An open API service indexing awesome lists of open source software.

https://github.com/php-fig/event-dispatcher


https://github.com/php-fig/event-dispatcher

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

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