ideea / async-event-dispatcher
Async send/receive events
v1.0.1
2014-07-22 06:56 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2026-02-27 19:48:02 UTC
README
Async Send/Receive events
Installation
Add AsyncEventDispatcher in your composer.json:
{ "require": { "ideea/async-event-dispatcher": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update ideea/async-event-dispatcher
Documentation
The bulk of the documentation is stored in the doc/index.md file in this library:
License
This library is under the MIT license. See the complete license in library
LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.