Download the PHP package imper86/supervisor-bundle without Composer
On this page you can find all versions of the php package imper86/supervisor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imper86/supervisor-bundle
More information about imper86/supervisor-bundle
Files in imper86/supervisor-bundle
Download imper86/supervisor-bundle
More information about imper86/supervisor-bundle
Files in imper86/supervisor-bundle
Vendor imper86
Package supervisor-bundle
Short Description Symfony bundle to create/update supervisor configurations and control supervisor process
License MIT
Package supervisor-bundle
Short Description Symfony bundle to create/update supervisor configurations and control supervisor process
License MIT
Please rate this library. Is it a good library?
Informations about the package supervisor-bundle
supervisor-bundle
Symfony bundle to create/update supervisor configurations and control supervisor process.
This bundle was heavily inspired by phobetor/rabbitmq-supervisor-bundle.
Installation
Install with composer:
Add bundle to your bundles.php:
Configuration
To start using this bundle you must configure your supervisor "instances". Instances are groups of commands that are controlled together.
So, if you want some commands to be started/stopped/etc separately it's possible by using another instance.
Example config:
Console commands
- i86:supervisor:rebuild - this command will:
- stop running workers
- create config files using your configuration
- ask do you want to start workers
- i86:supervisor:control - use this command with argument:
- stop - to stop running workers
- status - to get supervisor's current status
- start/restart - starts workers with current configuration
- i86:supervisor:clean:dirs - Removes every directory in workspace, which is not currently configured
- i86:supervisor:clean:logs - removes all .log files related to the bundle
Contributing
Any help will be very appreciated :)
All versions of supervisor-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
symfony/config Version ^3.4 || ^4.0
symfony/dependency-injection Version ^3.4 || ^4.0
symfony/http-kernel Version ^3.4 || ^4.0
symfony/process Version ^3.4 || ^4.0
symfony/console Version ^3.4 || ^4.0
symfony/finder Version ^3.4 || ^4.0
symfony/config Version ^3.4 || ^4.0
symfony/dependency-injection Version ^3.4 || ^4.0
symfony/http-kernel Version ^3.4 || ^4.0
symfony/process Version ^3.4 || ^4.0
symfony/console Version ^3.4 || ^4.0
symfony/finder Version ^3.4 || ^4.0
The package imper86/supervisor-bundle contains the following files
Loading the files please wait ....