indigophp/fuel-supervisor

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

Fuel wrapper around Indigo Supervisor package

v1.0.1 2014-07-13 21:51 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:31:19 UTC


README

Build Status Latest Stable Version Total Downloads License Dependency Status

This package is a wrapper around indigophp/supervisor package.

Install

Via Composer

{
    "require": {
        "indigophp/fuel-supervisor": "@stable"
    }
}

Usage

\Supervisor::forge('default');

Configuration

'default' => function() {
    return new Indigo\Supervisor\Connector\SomeConnector;
},

Testing

$ codecept run

Credits

License

The MIT License (MIT). Please see License File for more information.