PHPackages                             warezgibzzz/query-bus-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. warezgibzzz/query-bus-bundle

Abandoned → [symfony/messenger](/?search=symfony%2Fmessenger)Library[API Development](/categories/api)

warezgibzzz/query-bus-bundle
============================

Bridge for using query bus extension of simple-bus in symfony

1.1(7y ago)08.9k↓100%1[1 issues](https://github.com/gitoido/QueryBusBundle/issues)MITPHPPHP &gt;=5.4

Since Jul 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gitoido/QueryBusBundle)[ Packagist](https://packagist.org/packages/warezgibzzz/query-bus-bundle)[ RSS](/packages/warezgibzzz-query-bus-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (3)Used By (0)

QueryBusBundle
==============

[](#querybusbundle)

[![Build Status](https://camo.githubusercontent.com/6d2f9dc8e4da2643d011c10a6ca8774cf9adad5244473c737da379bc5edb6207/68747470733a2f2f7472617669732d63692e6f72672f776172657a6769627a7a7a2f517565727942757342756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/warezgibzzz/QueryBusBundle)[![Coverage Status](https://camo.githubusercontent.com/646bea9909621177146b670caa0f6f377254831fabb3cd2ae9145e1a0fc9bcaa/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f776172657a6769627a7a7a2f517565727942757342756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/warezgibzzz/QueryBusBundle?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/a88fa6ce38b54290e4d1bc04d860ce23af938df6617fa0a2d5997d3dba62b159/68747470733a2f2f706f7365722e707567782e6f72672f776172657a6769627a7a7a2f71756572792d6275732d62756e646c652f762f737461626c65)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/3bc81199fac103e3adc51a61aa2b15aac0a7f2b40e7dfaaad5ea2a4f16ff4996/68747470733a2f2f706f7365722e707567782e6f72672f776172657a6769627a7a7a2f71756572792d6275732d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)[![Total Downloads](https://camo.githubusercontent.com/f46dcd7242692f0a03922ac8731bf5f00af143068d15a30ccba334f3bd44c66e/68747470733a2f2f706f7365722e707567782e6f72672f776172657a6769627a7a7a2f71756572792d6275732d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/26f905abbebde52f43747395e8b45f6c0cac42986677ca74432a98ecb4479750/68747470733a2f2f706f7365722e707567782e6f72672f776172657a6769627a7a7a2f71756572792d6275732d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)[![Daily Downloads](https://camo.githubusercontent.com/b01238bf0aab460a0de2f18fb7d5f6100cbd8bc52d6da6f3b37098f59b499f57/68747470733a2f2f706f7365722e707567782e6f72672f776172657a6769627a7a7a2f71756572792d6275732d62756e646c652f642f6461696c79)](https://packagist.org/packages/warezgibzzz/query-bus-bundle)

Description
===========

[](#description)

Query Bus bundle for Symfony2 adopting [AjglSimpleBusQueryBus](https://github.com/ajgarlag/AjglSimpleBusQueryBus) simple bus extension. Codebase is based on [SymfonyBridge](https://github.com/SimpleBus/SymfonyBridge) SimpleBus bundle.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require warezgibzzz/query-bus-bundle:dev-master
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
