rockxsj/supervisor

A PHP Lib for supervisor.
172
Install
composer require rockxsj/supervisor
Latest Version:1.0.2
PHP:^5.6 || ^7.0
License:MIT
Last Updated:Aug 6, 2017
Links: GitHub  ·  Packagist
Maintainer: rockxsj

Supervisor

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.

Related Packages

lao-liu/laravel-hprose

Hprose client/server providers for Laravel 5.x or Lumen 5.x

1,247 20
foxxmd/laravel-elasticbeanstalk-queue-worker

Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk

96,566 53
demi/php-gearman

Gearman job server workers helper

6,956 17
gitkv/laravel-gearman-rpc

Laravel/Lumen Gearman rpc. Based from https://github.com/mhlavac/gearman

66 7
anousss007/vigilance

A driver-agnostic control center for Laravel queues, jobs, commands and the sche...

8,401 191