dispify / event-dispatcher
Lightweight PSR-14 compliant event dispatcher
Installs: 9 099
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^7.2 || ^8.0
- psr/event-dispatcher: ^1.0@dev
Requires (Dev)
- phpunit/phpunit: ^8.5
Provides
This package is auto-updated.
Last update: 2024-10-08 09:06:49 UTC
README
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:
$ composer require dispify/event-dispatcher
Features
Just PSR-14 functionality.