bruli/event-bus-bundle

Bundle to use event bus in symfony projects

Installs: 286 834

Dependents: 5

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 3

Open Issues: 3

pkg:composer/bruli/event-bus-bundle

0.5 2018-09-18 06:33 UTC

This package is auto-updated.

Last update: 2025-09-18 22:38:44 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.