shoppingfeed / signal
Unix signal handler that allow registering multiples callback on the same signal
Installs: 26 965
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 0
Open Issues: 0
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
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