Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tabbi89/commanderbundle

Symfony2 CommandBus implementation
https://github.com/tabbi89/commanderbundle

Last synced: 7 days ago
JSON representation

Symfony2 CommandBus implementation

Awesome Lists containing this project

README

        

# CommanderBundle

This is simple implementation of CommandBus in Symfony2. It has nothing much with CQRS it is simple implementation of handling "Messages/Commands" with Symfony2. I suggest looking at [SimpleBus](https://github.com/SimpleBus/)

[![Build Status](https://travis-ci.org/tabbi89/CommanderBundle.svg?branch=master)](http://travis-ci.org/tabbi89/CommanderBundle)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/d0be0842-7e3c-4e6a-95ac-b18e3d6bceb7/mini.png)](https://insight.sensiolabs.com/projects/d0be0842-7e3c-4e6a-95ac-b18e3d6bceb7)

Documentation
-------------

The bulk of the documentation is stored in the `Resources/doc/index.md`
file in this bundle:

[Read the Documentation for master](https://github.com/tabbi89/CommanderBundle/blob/master/Resources/doc/index.md)

Installation
------------

All the installation instructions are located in the documentation.

License
-------

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About
-----

CommanderBundle is a Tabbi89 initiative.

Reporting an issue or a feature request
---------------------------------------

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/tabbi89/CommanderBundle/issues).

When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.