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.
Before using Event Dispatcher in your project, add it to your composer.json file:
$ composer require dispify/event-dispatcherJust PSR-14 functionality.