aztech / event-bus-core-plugins
该包的最新版本(v1.0.0)没有可用的许可证信息。
aztech/event-bus 核心插件集合
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-09-24 03:17:43 UTC
README
构建状态
稳定性
安装
通过 Composer
Composer 是安装 aztech/event-bus-core-plugins 的唯一支持方式。还不知道 Composer 吗? 了解更多。
$ composer require "aztech/event-bus-core-plugins":"~1"
自动加载
将以下代码添加到您的 bootstrap 文件中
require_once 'vendor/autoload.php';