rockxsj / supervisor
A PHP Lib for supervisor.
Installs: 172
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/rockxsj/supervisor
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-xmlrpc: ^2.6
This package is not auto-updated.
Last update: 2025-10-11 06:51:01 UTC
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.