Skip to content

to-abandon/supervisorBundle

Repository files navigation

Supervisor Bundle

Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version License SensioLabsInsight

Documentation

Documentation for this library is stored under Resources/doc in this repository.

For documentation see:

Read the documentation

Installation

Step 1: Download OsLabSupervisorBundle using Composer

Require the bundle with composer:

$ composer require oslab/supervisor-bundle

Step 2: Enable the bundle¶

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new OsLab\SupervisorBundle\OsLabSupervisorBundle(),
        // ...
    );
}

Unit Tests

To run unit tests, you'll need a set of dependencies you can install using Composer:

php composer.phar install

Once installed, just launch the following command:

phpunit

Credits

License

Supervisor is released under the MIT License. See the complete license in the bundle:

    Resources/meta/LICENSE