这是一款 PHP 环境探针程序,它不仅可以十分直观地为您显示服务器的信息,而且最重要的是:它跟 📱 iPhone X/XS/XS Max/XR 一样有丑陋的刘海!
- GPL-3.0
- 编译环境:PHP 8.1+
- 运行环境:PHP 5.4+
- 浏览器兼容:Chrome、Firefox、Edge、Android
- 系统兼容:Linux、Windows(基础功能)
- 正在编写中……
- Fork 项目。
- Fetch 您的仓库。
- 安装 npm 模块:
$ npm install
。 - 监听脚本:
$ npm run dev
。 - 安装 composer:
$ composer install && composer dumpautoload -o
。 - 生成多国语言:
$ npm run lang
来重建./languages/lang.pot
语言模板。 - 编译 PHP:
$ npm run dev:php
。 - 访问:
http://localhost:3000
或http://path/to/.tmp/index.php
。
- 编译 JS:
$ npm run build
. - 编译 PHP:
$ npm run build:php
. - 访问:
http://localhost:3000
或http://path/to/dist/prober.php
。
- Fork 项目。
- 使用 Poedit 通过
./languages/lang.pot
语言模板来创建和翻译您的语言。 - 保存翻译语言文件 (例如:
en_US.po
) 到./languages
目录里面。 - Push 您的修改。
- 进行 Pull Request,十分感谢。😘
- 您的 PHP 代码需要兼容 PHP5.3+ 环境。
感谢所有支持者 🙏 [成为支持者]
成为赞助商支持这个项目。 您的徽标将显示在此处,其中包含指向您网站的链接。[成为赞助商]
- 感谢 VPSPlayer.com - 2021-01-16 - 199 人民币
- 感谢 1529***576 - 2019-04-04 – 150 人民币
- 感谢 Vultr.com - 2019-03-13 - 50 美元
- 添加温度探测。
- 通过使用 Poedit 来添加更多语言。
- 更详细的跑分结果。
- 添加邮件发送测试。
- 添加网速测试。
- 添加更多服务器跑分结果。
- 添加 PING 功能。