library supervisord-php
Simple PHP XMLRPC Client for http://supervisord.org
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
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
- Fork the repository
- Create a new branch for each feature or improvement
- 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)
, (*3)
dev-master
9999999-dev
Simple PHP XMLRPC Client for http://supervisord.org
Sources
Download
MIT
The Requires
php
supervisor