Bundle to use event bus in symfony projects
$ composer require bruli/event-bus-bundle
Add in your app/AppKernel.php file:
public function registerBundles()
{
...
new \Bruli\EventBusBundle\EventBusBundle()
}
- Pablo Braulio (@brulics)
- All contributors
event-bus-bundle is released under the MIT License. See the bundled LICENSE file for details.