2017 © Pedro Peláez
 

symfony-bundle supervisor-command-bundle

A symfony bundle that provides console commands to control supervisor instances on top of the https://github.com/yzalis/SupervisorBundle.

image

aboutcoders/supervisor-command-bundle

A symfony bundle that provides console commands to control supervisor instances on top of the https://github.com/yzalis/SupervisorBundle.

  • Saturday, January 27, 2018
  • by aboutcoders
  • Repository
  • 3 Watchers
  • 1 Stars
  • 1,994 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

DEPRECATED

AbcSupervisorCommandBundle

A symfony bundle that provides console commands to control supervisor instances (based on the YZSupervisorBundle)., (*1)

Build Status: Build Status, (*2)

Installation

Follow the installation and configuration instructions of the third party bundles:, (*3)

Add the AbcSupervisorCommandBundle to your composer.json file, (*4)

php composer.phar require aboutcoders/supervisor-command-bundle

Include the bundle in the AppKernel.php class, (*5)

public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\SupervisorCommandBundle\AbcSupervisorCommandBundle(),
    );

    return $bundles;
}

Usage

Enter the following command to get information about the available commands:, (*6)

php app/console list abc:supervisor

ToDo

  • Increase unit test coverage

The Versions

27/01 2018

dev-master

9999999-dev https://bitbucket.org/hasc/supervisor-command-bundle

A symfony bundle that provides console commands to control supervisor instances on top of the https://github.com/yzalis/SupervisorBundle.

  Sources   Download

MIT AboutCoders

The Requires

 

The Development Requires

by Hannes Schulz

command symfony supervisor supervisord

15/05 2016

0.1.0

0.1.0.0 https://bitbucket.org/hasc/supervisor-command-bundle

A symfony bundle that provides console commands to control supervisor instances on top of the https://github.com/yzalis/SupervisorBundle.

  Sources   Download

AboutCoders

The Requires

 

The Development Requires

by Hannes Schulz

command symfony supervisor supervisord