james75/supervisord-php
Composer 安装命令:
composer require james75/supervisord-php
包简介
Simple PHP XMLRPC Client for http://supervisord.org
关键字:
README 文档
README
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() );
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.
统计信息
- 总下载量: 83
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-12-14