rockxsj/supervisor
Composer 安装命令:
composer require rockxsj/supervisor
包简介
A PHP Lib for supervisor.
README 文档
README
It's a PHP XML RPC Client for supervisor.
Requirement
- PHP >= 5.6
- Zend-XMLRPC
Install
composer require rockxsj/supervisor
Usage
$client = new \Rockxsj\Supervisor('http://127.0.0.1:9001/RPC2', 'username', 'password'); $processInfos = $client->getAllProcessInfo();
Tips
If you use the phpstorm as your ide, you will get the method and params autocomplete.
You can check http://supervisord.org/api.html this page for full documents.
Chat with me
Feel free to make a issue when you think you get a bug.
Also, you can join the QQ group: 632109190 to chat with me.
统计信息
- 总下载量: 172
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-04