phly / phly-event-dispatcher
Experimental event dispatcher for PSR-14
Installs: 113 435
Dependents: 3
Suggesters: 0
Security: 0
Stars: 24
Watchers: 8
Forks: 6
Open Issues: 0
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- psr/container: ^1.0 || ^2.0
- psr/event-dispatcher: ^1.0
Requires (Dev)
- fig/event-dispatcher-util: ^1.0
- laminas/laminas-coding-standard: ~2.3.0
- phpunit/phpunit: ^9.5.5
Provides
Conflicts
- phpspec/prophecy: <1.7.5
README
This library provides an implementation of PSR-14 (Event Dispatcher).
Installation
Run the following to install this library:
$ composer require phly/phly-event-dispatcher
Documentation
Documentation is available in the docs/book/ tree.