aboutcoders / supervisor-command-bundle
A symfony bundle that provides console commands to control supervisor instances on top of the https://github.com/yzalis/SupervisorBundle.
Package info
github.com/aboutcoders/supervisor-command-bundle
Type:symfony-bundle
pkg:composer/aboutcoders/supervisor-command-bundle
Requires
- sensio/framework-extra-bundle: ~3.0
- symfony/symfony: ~2.7|~3.0
- yzalis/supervisor-bundle: ~1
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-01 01:51:44 UTC
README
AbcSupervisorCommandBundle
A symfony bundle that provides console commands to control supervisor instances (based on the YZSupervisorBundle).
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