shoppingfeed / signal
Unix signal handler that allow registering multiples callback on the same signal
1.1.4
2020-02-07 18:35 UTC
Requires
- php: >=7.1
Requires (Dev)
- ext-pcntl: *
- laminas/laminas-servicemanager: ^3.0
- overtrue/phplint: ^1.1
- phpunit/phpunit: 7.*
- shoppingfeed/coding-style-php: ^2.0
This package is auto-updated.
Last update: 2026-02-26 13:13:36 UTC
README
Unix signal handler that allow registering multiples callback on the same signal
Installation
composer require shoppingfeed/signal
Documentation
Documentation is driven by mkdocs and uses material theme
- Find it at docs/index.md
- Or Run the doc server locally :
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material