shoppingfeed / signal
Unix signal handler that allow registering multiples callback on the same signal
Installs: 26 966
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 10
Forks: 0
Open Issues: 1
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: 2025-09-25 15:45:31 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