|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
Event Dispatcher
|
|
|
2 |
==============
|
|
|
3 |
|
|
|
4 |
This repository holds all interfaces related to [PSR-14 (Event Dispatcher)][psr-url].
|
|
|
5 |
|
|
|
6 |
Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher.
|
|
|
7 |
|
|
|
8 |
You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.
|
|
|
9 |
|
|
|
10 |
[psr-url]: https://www.php-fig.org/psr/psr-14/
|
|
|
11 |
[package-url]: https://packagist.org/packages/psr/event-dispatcher
|
|
|
12 |
[implementation-url]: https://packagist.org/providers/psr/event-dispatcher-implementation
|