Download the PHP package aboutcoders/process-control-bundle without Composer
On this page you can find all versions of the php package aboutcoders/process-control-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aboutcoders/process-control-bundle
More information about aboutcoders/process-control-bundle
Files in aboutcoders/process-control-bundle
Package process-control-bundle
Short Description A symfony bundle that provides process control
License MIT
Homepage http://aboutcoders.com
Informations about the package process-control-bundle
AbcProcessControlBundle
A symfony bundle that provides process control.
Installation
Add the AbcProcessControlBundle to your composer.json
file
Then include the bundle in the AppKernel.php class
Usage
The AbcProcessControlBundle registers a service with the name abc.process_control.controller
in the service container. This service is by default initialized with a PCNTL implementation, that listents to the SIGTERM
event and thus indicates to exist, when this signal was sent.
Configuration
Registration of the service abc.process_control.controller
is enabled by default. You can disable that with the following configuration:
__Note: When registration is disabled the service abc.process_control.controller
does not exist within the service container.__
All versions of process-control-bundle with dependencies
symfony/symfony Version ~2.6|~3.0
aboutcoders/process-control Version ~1.3