Skip to content

soisy/Supervisor

Repository files navigation

Supervisor Build Status

Supervisor is a library which helps you to manage your supervisor instance.

SensioLabsInsight

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages