https://github.com/php-fig/event-dispatcher
https://github.com/php-fig/event-dispatcher
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/php-fig/event-dispatcher
- Owner: php-fig
- License: mit
- Created: 2018-04-24T14:01:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T12:39:23.000Z (almost 2 years ago)
- Last Synced: 2025-05-13T00:38:52.225Z (11 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 2,242
- Watchers: 19
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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