2017 © Pedro Peláez
 

library supervisord-php

Simple PHP XMLRPC Client for http://supervisord.org

image

james75/supervisord-php

Simple PHP XMLRPC Client for http://supervisord.org

  • Friday, December 14, 2012
  • by james75
  • Repository
  • 1 Watchers
  • 2 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

supervisord-php

Simple PHP XMLRPC Client for http://supervisord.org, (*1)

Download

git clone https://github.com/tyd/supervisord-php.git

Basic Usage

require_once 'supervisord-php/lib/Supervisord.php';

$s = new Supervisord('127.0.0.1', 9001, 'username', 'password');
print_r( $s->getAllProcessInfo() );

How to Contribute

Pull Requests

  1. Fork the repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the develop branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows me to review and pull in new features or improvements individually., (*2)

githalytics.com alpha, (*3)

The Versions

14/12 2012

dev-master

9999999-dev

Simple PHP XMLRPC Client for http://supervisord.org

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

php supervisor