文件名称:status-checker:状态检查器
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-07 06:52:51
PHP
Keikogi状态检查器 要求 PHP 5.3以上 安装 将此添加到composer.json文件: "repositories": [ { "type": "vcs", "url": "https://github.com/keikogi/status-checker" } ], "require": { "keikogi/status-checker": ">=1.0.0" } 用法 <?php require_once __DIR__ . '/vendor/autoload.php' ; use Keikogi \ StatusChecker \ StatusChecker ; use Keikogi \ StatusChecker \ Agents \ MySQLAgent ; use Keikogi \ StatusC
【文件预览】:
status-checker-master
----composer.json(446B)
----src()
--------Keikogi()
----.gitignore(61B)
----README.md(1023B)
----.editorconfig(330B)