| Package Data | |
|---|---|
| Maintainer Username: | rockxsj |
| Maintainer Contact: | rockxsj@gmail.com (rockxsj) |
| Package Create Date: | 2017-08-04 |
| Package Last Update: | 2017-08-06 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 15:00:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 172 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
It's a PHP XML RPC Client for supervisor.
composer require rockxsj/supervisor
$client = new \Rockxsj\Supervisor('http://127.0.0.1:9001/RPC2', 'username', 'password');
$processInfos = $client->getAllProcessInfo();
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.
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.