aztech / event-bus
Event bus library - core only
Installs: 637
Dependents: 9
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/aztech/event-bus
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';