Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tabbi89/commanderbundle
Symfony2 CommandBus implementation
https://github.com/tabbi89/commanderbundle
Last synced: 7 days ago
JSON representation
Symfony2 CommandBus implementation
- Host: GitHub
- URL: https://github.com/tabbi89/commanderbundle
- Owner: tabbi89
- Created: 2014-08-09T12:52:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T20:29:17.000Z (over 9 years ago)
- Last Synced: 2024-04-27T14:21:09.974Z (7 months ago)
- Language: PHP
- Size: 271 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.