first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
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