ideea / async-event-dispatcher
Async send/receive events
Installs: 4 633
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-27 16:46:06 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.