james75/supervisord-php

用于 http://supervisord.org 的简单 PHP XMLRPC 客户端

dev-master 2012-12-14 15:03 UTC

This package is not auto-updated.

Last update: 2024-09-22 02:56:32 UTC


README

用于 http://supervisord.org 的简单 PHP XMLRPC 客户端

下载

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

基本用法

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

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

如何贡献

拉取请求

  1. 分叉仓库
  2. 为每个功能或改进创建一个新的分支
  3. 从每个功能分支向 develop 分支发送拉取请求

将新功能或改进分开到不同的功能分支,并为每个分支发送拉取请求非常重要。这使我能够单独审查和合并新功能或改进。

githalytics.com alpha