widoz / hooks-collection
This package is abandoned and no longer maintained.
No replacement package was suggested.
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
0.2.0
2020-01-25 21:42 UTC
Requires
- php: >=7.1.33
- webmozart/assert: ^1.6
Requires (Dev)
- brain/monkey: ^2.3
- fzaninotto/faker: ^1.9
- inpsyde/php-coding-standards: ^0.13.3
- phpunit/phpunit: ^7
- vimeo/psalm: ^3.8
- widoz/project-tests-helper: dev-phpunit-7
This package is auto-updated.
Last update: 2020-02-27 17:56:56 UTC
README
Event Listeners Collection
A collection of event listeners wrapper, allowing to decouple constraints and preconditions from the listener logic.
Requirements
PHP >=7.1
Listeners Included
Autoremovable Listeners
NTimesListener
Execute a listener N times, remove it after.
SingleListener
Execute a listener once.