rockxsj/supervisor is a Laravel package for a php lib for supervisor..
It currently has 0 GitHub stars and 172 downloads on Packagist (latest version 1.0.2).
Install it with composer require rockxsj/supervisor.
Discover more Laravel packages by rockxsj
or browse all Laravel packages to compare alternatives.
Last updated
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.