aztech / event-bus
There is no license information available for the latest version (v1.1.7) of this package.
Event bus library - core only
v1.1.7
2015-02-28 23:12 UTC
Requires
- aztech/event-dispatcher: ~1
- aztech/php-utils: ~1
- centraldesktop/protobuf-php: ~0.5
- ocramius/instantiator: ~1
- psr/log: ~1.0
- rhumsaa/uuid: ~2
Requires (Dev)
- phpmd/phpmd: ~2.1
- phpunit/phpunit: ~4.2
- squizlabs/php_codesniffer: ~1.5
- vektah/bugfree-dangerzone: 0.2.0
README
Build status
Stability
Installation
Via Composer
Composer is the only supported way of installing aztech/event-bus . Don't know Composer yet ? Read more about it.
$ composer require "aztech/event-bus":"~1"
Autoloading
Add the following code to your bootstrap file :
require_once 'vendor/autoload.php';