You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
608 B

Event Dispatcher
==============
This repository holds all interfaces related to [PSR-14 (Event Dispatcher)][psr-url].
Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher.
You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.
[psr-url]: https://www.php-fig.org/psr/psr-14/
[package-url]: https://packagist.org/packages/psr/event-dispatcher
[implementation-url]: https://packagist.org/providers/psr/event-dispatcher-implementation