Download the PHP package innmind/event-bus without Composer
On this page you can find all versions of the php package innmind/event-bus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/event-bus
More information about innmind/event-bus
Files in innmind/event-bus
Download innmind/event-bus
More information about innmind/event-bus
Files in innmind/event-bus
Vendor innmind
Package event-bus
Short Description Event dispatcher library
License MIT
Homepage http://github.com/Innmind/EventBus
Package event-bus
Short Description Event dispatcher library
License MIT
Homepage http://github.com/Innmind/EventBus
Keywords eventdispatcher
Please rate this library. Is it a good library?
Informations about the package event-bus
EventBus
Simple library to dispatch events to listeners; with the particularity that you can't order your listeners, listeners can't modify the event, listeners can't stop other listeners to be called and the event must be an object.
Instalation
Example
All listeners must be callable
s and can listen to a specific class, a parent class or an interface.
All versions of event-bus with dependencies
PHP Build Version
Package Version
The package innmind/event-bus contains the following files
Loading the files please wait ....