event-dispatcher-implementation
There are 3 repositories under event-dispatcher-implementation topic.
psr-discovery/event-dispatcher-implementations
Lightweight library that discovers available PSR-14 Event Dispatcher implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
ItalyStrap/event
PSR-14 for WordPress Event API the OOP way
mduvernon/event-dispatching
Allows to register subscribers and dispatch events across the application including the dependency injector Inversify.