aboutcoders/supervisor-command-bundle

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

Maintainers

👁 aboutcoders

Package info

github.com/aboutcoders/supervisor-command-bundle

Homepage

Type:symfony-bundle

pkg:composer/aboutcoders/supervisor-command-bundle

Statistics

Installs: 5 983

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2016-05-15 11:21 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

AboutCoders 27ac20ea242c4c67b31de7df94bbf764e8a29b95

  • Hannes Schulz <schulz.woop@daten-bahn.de>

symfonycommandsupervisorsupervisord

This package is not auto-updated.

Last update: 2026-06-21 03:50:17 UTC


README

AbcSupervisorCommandBundle

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

Build Status: 👁 Build Status

Installation

Follow the installation and configuration instructions of the third party bundles:

Add the AbcSupervisorCommandBundle to your composer.json file

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

Include the bundle in the AppKernel.php class

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

 return $bundles;
}

Usage

Enter the following command to get information about the available commands:

php app/console list abc:supervisor

ToDo

  • Increase unit test coverage