randock / supervisor-ctl
Manage your supervisor instance with PHP..
Installs: 336
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/randock/supervisor-ctl
Requires
- php: >=5.3.0
- zendframework/zend-xmlrpc: ~2.0
Requires (Dev)
- phpunit/phpunit: ^4.6
This package is auto-updated.
Last update: 2025-09-24 22:35:40 UTC
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
- 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 file for details.