Download the PHP package actualwave/events without Composer
On this page you can find all versions of the php package actualwave/events. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download actualwave/events
More information about actualwave/events
Files in actualwave/events
Download actualwave/events
More information about actualwave/events
Files in actualwave/events
Vendor actualwave
Package events
Short Description Includes Event, EventDispatcher classes and IEventDispatcher interface for events support.
License MIT
Homepage https://github.com/burdiuz/php-event-dispatcher
Package events
Short Description Includes Event, EventDispatcher classes and IEventDispatcher interface for events support.
License MIT
Homepage https://github.com/burdiuz/php-event-dispatcher
Please rate this library. Is it a good library?
Informations about the package events
PHP-Events
Events allow easy setup and use for communication between components in application. Event can notify about state changes and pass data of any kind.
Installation
Via composer
Usage
To use events you don't need to implement any interfaces, just create EventDispatcher
and register some listeners for events.
After EventDispatcher
is instantiated, you can add listeners and dispatch events.
All versions of events with dependencies
PHP Build Version
Package Version
The package actualwave/events contains the following files
Loading the files please wait ....