yzalis/supervisor

This package is abandoned and no longer maintained. No replacement package was suggested.

Manage your supervisor instance with PHP..

Maintainers

👁 blaugueux

Package info

github.com/yzalis/Supervisor

pkg:composer/yzalis/supervisor

Statistics

Installs: 198 663

Dependents: 1

Suggesters: 0

Stars: 33

1.1.0 2016-12-05 13:05 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d239f1860197215b83a84b99264542fde68a1de2

  • Benjamin Laugueux <benjamin.woop@yzalis.com>

rpcapisupervisorsupervisordsupervisorctl

This package is not auto-updated.

Last update: 2021-02-17 15:47:55 UTC


README

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.