ideea/async-event-dispatcher

Async send/receive events

v1.0.1 2014-07-22 06:56 UTC

This package is auto-updated.

Last update: 2024-03-27 15:37:52 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:

Read the Documentation

License

This library is under the MIT license. See the complete license in library

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.