PHPackages                             happyr/simplebus-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. happyr/simplebus-bundle

ActiveSymfony-bundle

happyr/simplebus-bundle
=======================

How Happyr use SimpleBus

0.1.2(8y ago)321.0k1MITPHPPHP ^7.0

Since Jun 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Happyr/SimpleBusBundle)[ Packagist](https://packagist.org/packages/happyr/simplebus-bundle)[ RSS](/packages/happyr-simplebus-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (12)Versions (4)Used By (0)

SimpleBusBundle
===============

[](#simplebusbundle)

[![Latest Version](https://camo.githubusercontent.com/ad93e725dea73ff80bde8acce8ad5241df80fd87455303741de111a244d348ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4861707079722f53696d706c6542757342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Happyr/SimpleBusBundle/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/c34367b132393843a2a3faece6db39c12bf2c9512a47ec1db3dbee8bcae28c14/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4861707079722f53696d706c6542757342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Happyr/SimpleBusBundle)[![Code Coverage](https://camo.githubusercontent.com/ee3797ab4e9ee87a530f92b12895514603223d04b583f30031b5e4575d59f856/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f4861707079722f53696d706c6542757342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Happyr/SimpleBusBundle)[![Quality Score](https://camo.githubusercontent.com/351d8b350a418a4d8da8c6d373d83d9d31ad6ea10eae30e1c4f0660dd29dfe65/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f4861707079722f53696d706c6542757342756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Happyr/SimpleBusBundle)[![Total Downloads](https://camo.githubusercontent.com/6c20ee9e86de339699c98cf881dcbaa323367c154912e28a436f639e4d8d67b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861707079722f73696d706c656275732d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/happyr/simplebus-bundle)

This bundle includes all the nice extra features Happyr needs for their SimpleBus installation. The purpose is not to be 100% resuable and flexible. Feel free to for it and adjust it for your needs.

### Installation

[](#installation)

```
composer require happyr/simplebus-bundle

```

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Happyr\SimpleBusBundle\HappyrSimpleBusBundle(), //
