esase / tiny-event-manager
The simple realization of the subject/observer pattern which allows to attach and detach listeners to named events
Installs: 116
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/esase/tiny-event-manager
Requires
- php: ^7.4 || ^8.0
- psr/container: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^9.0 || ^10.0
This package is auto-updated.
Last update: 2025-10-20 03:36:47 UTC
README
The simple realization of the subject/observer pattern which allows to attach and detach listeners to named events.
Installation
Run the following to install this library:
$ composer require esase/tiny-event-manager
Documentation
https://tiny-docs.readthedocs.io/en/latest/tiny-event-manager/docs/index.html