https://github.com/gitoido/querybusbundle
Query Bus bundle for Symfony 2x/3.x
https://github.com/gitoido/querybusbundle
Last synced: 9 months ago
JSON representation
Query Bus bundle for Symfony 2x/3.x
- Host: GitHub
- URL: https://github.com/gitoido/querybusbundle
- Owner: gitoido
- License: mit
- Created: 2016-07-12T15:15:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T06:50:24.000Z (over 6 years ago)
- Last Synced: 2025-02-12T18:39:58.101Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QueryBusBundle
[](https://travis-ci.org/warezgibzzz/QueryBusBundle)
[](https://coveralls.io/github/warezgibzzz/QueryBusBundle?branch=master)
[](https://packagist.org/packages/warezgibzzz/query-bus-bundle)
[](https://packagist.org/packages/warezgibzzz/query-bus-bundle)
[](https://packagist.org/packages/warezgibzzz/query-bus-bundle)
[](https://packagist.org/packages/warezgibzzz/query-bus-bundle)
[](https://packagist.org/packages/warezgibzzz/query-bus-bundle)
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
============
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:
```bash
$ 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
-------------------------
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:
```php