omouren / simplebus-debug-bundle
调试SimpleBus EventBus和CommandBus
1.4
2024-09-11 13:08 UTC
Requires
- php: >=5.5.9
- simple-bus/symfony-bridge: ^6.0
- symfony/framework-bundle: ~2.3|~3.0|~4.0|~5.0|^6.0|^7.0
README
SimpleBusDebugBundle 允许您调试 SimpleBus EventBus和CommandBus。
需求
安装
通过Composer
$ composer require omouren/simplebus-debug-bundle
在应用内核中注册该包
<?php // app/AppKernel.php // ... public function registerBundles() { $bundles = [ // ... new Omouren\SimpleBusDebugBundle\OmourenSimpleBusDebugBundle(), // ... ]; // ...
用法
omouren:debug:simple-bus:event-bus [--format=(txt,md,json,xml)] [<eventName>]
omouren:debug:simple-bus:command-bus [--format=(txt,md,json,xml)] [<commandName>]