indydevguy/supervisor
Composer 安装命令:
composer require indydevguy/supervisor
包简介
Manage your supervisor instance with PHP..
README 文档
README
Supervisor is a library which helps you to manage your supervisor instance.
Basic Usage
<?php // create a new Supervisor instance $supervisor = new \Supervisor\Supervisor();
Unit Tests
To run unit tests, you'll need cURL and a set of dependencies you can install using Composer:
curl -sS https://getcomposer.org/installer | php
php composer.phar install
Once installed, just launch the following command:
phpunit
You're done.
Credits
- Benjamin Laugueux benjamin@yzalis.com
- IndyDevGuy contact@indydevguy.com
- All contributors
Thanks for providing a huge amount of data to run tests:
License
Supervisor is released under the MIT License. See the bundled license.txt file for details.
统计信息
- 总下载量: 385
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-14