[](https://travis-ci.org/Dispify/event-dispatcher)
[](https://codecov.io/gh/Dispify/event-dispatcher)
[](https://github.com/Dispify/event-dispatcher/blob/master/LICENSE)


Event Dispatcher
=
The simple PSR-14 compatible event dispatcher.
It provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
Getting started
-
Before using Event Dispatcher in your project, add it to your composer.json file:
```shell script
$ composer require dispify/event-dispatcher
```
Features
-
Just [PSR-14](https://www.php-fig.org/psr/psr-14/) functionality.