Download the PHP package circli/event-dispatcher without Composer
On this page you can find all versions of the php package circli/event-dispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package event-dispatcher
Circli Event Dispatcher
The package provides a standard event dispatcher, as well as one null dispatcher that can be used as default dispatcher in the EventDispatcherAwareInterface
Installation
Via Composer
Usage
The dispatcher accepts a Psr\EventDispatcher\ListenerProviderInterface
to its constructor
Basic example:
Providers
The package includes a couple of providers for ease of use. You can also find some useful provider in fig/event-dispatcher-util
DefaultProvider
PriorityProvider
ContainerListenerProvider
Use a Psr-11 container to lazy load the callbacks.
PriorityAggregateProvider
FilterableProvider
All versions of event-dispatcher with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
psr/event-dispatcher Version ^1.0
psr/container Version ^1.0 || ^2.0
fig/event-dispatcher-util Version ^1.0
psr/event-dispatcher Version ^1.0
psr/container Version ^1.0 || ^2.0
fig/event-dispatcher-util Version ^1.0
The package circli/event-dispatcher contains the following files
Loading the files please wait ....