aztech / event-bus-core-plugins
There is no license information available for the latest version (v1.0.0) of this package.
aztech/event-bus core plugins collection
v1.0.0
2014-08-28 13:20 UTC
Requires
- aztech/event-bus: ~1
- aztech/php-utils: ~0
- psr/log: ~1.0
Requires (Dev)
- mikey179/vfsstream: ~1
- phpunit/phpunit: ~4.2
- squizlabs/php_codesniffer: ~1.5
- vektah/bugfree-dangerzone: 0.2.0
Suggests
- ext-mysql: To use the PDO transport plugin with MySQL
- ext-pgsql: To use the PDO transport with PostGres
This package is not auto-updated.
Last update: 2024-11-05 04:01:24 UTC
README
Build status
Stability
Installation
Via Composer
Composer is the only supported way of installing aztech/event-bus-core-plugins . Don't know Composer yet ? Read more about it.
$ composer require "aztech/event-bus-core-plugins":"~1"
Autoloading
Add the following code to your bootstrap file :
require_once 'vendor/autoload.php';