omouren/simplebus-debug-bundle
最新稳定版本:1.4
Composer 安装命令:
composer require omouren/simplebus-debug-bundle
包简介
Debug your SimpleBus EventBus and CommandBus
README 文档
README
The SimpleBusDebugBundle allows you to debug your SimpleBus EventBus and CommandBus.
Requirements
Installation
Via Composer
$ composer require omouren/simplebus-debug-bundle
Register the bundle in the application kernel :
<?php // app/AppKernel.php // ... public function registerBundles() { $bundles = [ // ... new Omouren\SimpleBusDebugBundle\OmourenSimpleBusDebugBundle(), // ... ]; // ...
Usage
omouren:debug:simple-bus:event-bus [--format=(txt,md,json,xml)] [<eventName>]
omouren:debug:simple-bus:command-bus [--format=(txt,md,json,xml)] [<commandName>]
统计信息
- 总下载量: 49.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-15