bruli/event-bus-bundle

Bundle to use event bus in symfony projects

0.5 2018-09-18 06:33 UTC

This package is auto-updated.

Last update: 2024-04-18 19:36:28 UTC


README

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight Donate button

Bundle to use event bus in symfony projects

Installation

Step 1: Composer

$ composer require bruli/event-bus-bundle

Add in your app/AppKernel.php file:

public function registerBundles()
    {
        ...
            new \Bruli\EventBusBundle\EventBusBundle()
    }

Credits

License

event-bus-bundle is released under the MIT License. See the bundled LICENSE file for details.