Download the PHP package innmind/signals without Composer
On this page you can find all versions of the php package innmind/signals. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/signals
More information about innmind/signals
Files in innmind/signals
Download innmind/signals
More information about innmind/signals
Files in innmind/signals
Vendor innmind
Package signals
Short Description Manage multiple callbacks per signal
License MIT
Homepage http://github.com/Innmind/Signals
Package signals
Short Description Manage multiple callbacks per signal
License MIT
Homepage http://github.com/Innmind/Signals
Please rate this library. Is it a good library?
Informations about the package signals
Signals
Small abstraction on top of pcntl_signal
to allow to register multiple callables for a single signal.
Installation
Usage
When above script is executed in a terminal and you do a ctrl + c
to stop the process it will print foobar
instead of stopping the script.
If for some reason you need to remove a handler (for example when a child process ended) you can call $handler->remove($listener)
(remove the listener for all signals).
All versions of signals with dependencies
PHP Build Version
Package Version
The package innmind/signals contains the following files
Loading the files please wait ....