aztech / event-bus-core-plugins
aztech/event-bus core plugins collection
Installs: 20
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/aztech/event-bus-core-plugins
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: 2025-10-07 08:03:47 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';