zellien / event-dispatcher
Simple implementation of the event dispatcher.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zellien/event-dispatcher
Requires
- php: ^7.2
- ext-json: *
- container-interop/container-interop: ^1.2
- psr/container: ^1.0
- psr/event-dispatcher: ^1.0
- zellien/message: ^1.0
This package is auto-updated.
Last update: 2025-12-08 23:19:44 UTC
README
Simple implementation of the event dispatcher.
Installation
In the "repositories" section you need to add the code:
{"type": "git", "url" : "https://github.com/zellien/event-dispatcher"}
In the "require" section you need to add the code:
{"zellien/event-dispatcher": "master"}
After you need to run the command:
composer update