omouren / simplebus-debug-bundle
Debug your SimpleBus EventBus and CommandBus
Installs: 48 051
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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
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>]