tasoft / event-manager
v8.0.0
2023-02-05 17:41 UTC
Requires
- php: >=7.2
- tasoft/collection: ^1|^8
Requires (Dev)
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2023-09-05 18:58:19 UTC
README
The event management is very useful to design applications with several contributors or packages (plugins).
It is based on a single instance of an event manager that triggers events and has listeners for those events registered with it.