Skip to content

A simple PHP XML-RPC client library for supervisord

License

Notifications You must be signed in to change notification settings

marlon-be/supervisord-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supervisord-php

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

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() );

About

A simple PHP XML-RPC client library for supervisord

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%