Download the PHP package aboutcoders/process-control without Composer
On this page you can find all versions of the php package aboutcoders/process-control. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aboutcoders/process-control
More information about aboutcoders/process-control
Files in aboutcoders/process-control
Download aboutcoders/process-control
More information about aboutcoders/process-control
Files in aboutcoders/process-control
Vendor aboutcoders
Package process-control
Short Description A PHP process control library
License MIT
Homepage http://aboutcoders.com/
Package process-control
Short Description A PHP process control library
License MIT
Homepage http://aboutcoders.com/
Please rate this library. Is it a good library?
Informations about the package process-control
Process Control
A PHP process control library.
The interface
The ControllerInterface defines the method doExit() that indicates whether to exist a process.
The PcntlController
The PcntlController listens to PCNTL events to determine whether to exit a process.
The ChainController
The ChainController executes multiple controllers in a chain to determine whether to exit a process.
The NullController
The NullController never indicates to exit a process.
Note: This controller can be used as fallback controller for the PcntlController in runtime environments where PCNTL functions to not exist.
All versions of process-control with dependencies
PHP Build Version
Package Version
The package aboutcoders/process-control contains the following files
Loading the files please wait ....