PHPackages                             psamatt/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. [API Development](/categories/api)
4. /
5. psamatt/service-bus-lite-bundle

ActiveSymfony-bundle[API Development](/categories/api)

psamatt/service-bus-lite-bundle
===============================

ServiceBus bundle implementation in Symfomy2

1.0(12y ago)44.4kMITPHPPHP &gt;=5.3.2

Since Jan 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/psamatt/ServiceBusLiteBundle)[ Packagist](https://packagist.org/packages/psamatt/service-bus-lite-bundle)[ Docs](http://github.com/psamatt/ServiceBusLiteBundle)[ RSS](/packages/psamatt-service-bus-lite-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

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

[](#service-bus-bundle)

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:

```
