PHPackages                             gmizera/service-bus-lite-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. gmizera/service-bus-lite-bundle

ActiveSymfony-bundle

gmizera/service-bus-lite-bundle
===============================

ServiceBus bundle implementation updated for Symfomy 4

1.0.3(4y ago)011MITPHPPHP &gt;=7.4

Since Jul 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gmizera/service-bus-lite-bundle)[ Packagist](https://packagist.org/packages/gmizera/service-bus-lite-bundle)[ Docs](https://github.com/gmizera/service-bus-lite-bundle)[ RSS](/packages/gmizera-service-bus-lite-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Service Bus Bundle
==================

[](#service-bus-bundle)

Updated for use with Symfony 4.4

Bundle that integrates [Service Bus](https://github.com/psamatt/ServiceBusLite) into Symfony2 through a bundle.

### Installation using Composer

[](#installation-using-composer)

This bundle can be installed using composer by adding the following in the `require` section of your `composer.json` file:

```
    "require": {
        ...
        "psamatt/service-bus-lite-bundle": "*"
    },

```

Then, enable the bundle in the AppKernel:

```
