aztech / event-bus-extra-zmq
There is no license information available for the latest version (v1.0.1) of this package.
aztech/event-bus ZMQ publisher provider
v1.0.1
2014-08-28 13:27 UTC
Requires
- ext-zmq: *
- aztech/event-bus: ~1
- aztech/php-utils: ~0
- psr/log: ~1
Requires (Dev)
- moriony/php-zmq-stubs: dev-master
- phpunit/phpunit: ~4.2
- squizlabs/php_codesniffer: ~1.5
- vektah/bugfree-dangerzone: ~0.2
This package is not auto-updated.
Last update: 2024-11-05 04:27:19 UTC
README
Build status
Stability
Installation
Via Composer
Composer is the only supported way of installing aztech/event-bus-extra-zmq . Don't know Composer yet ? Read more about it.
$ composer require "aztech/event-bus-extra-zmq":"~1"
Autoloading
Add the following code to your bootstrap file :
require_once 'vendor/autoload.php';