GithubHelp home page GithubHelp logo

commanderbundle's Introduction

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

Build Status

SensioLabsInsight

Documentation

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

Read the Documentation for master

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.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

commanderbundle's People

Contributors

cordoval avatar jenkoian avatar tabbi89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cordoval jenkoian

commanderbundle's Issues

please do follow the PR work flow

in the FOSS world when people is watching your repo and contributing you would like to develop based on PRs even if it is your own repository. The idea is that a commit straight to master does not notify us of your new changes, whereas PR will notify everybody that is watching the repo. Thanks for your understanding.

good thing question

i like that you can pump several events and then flash them all, where have you seen this done?

I am interested, you bring some new things to the table. I just hope it does not get obscured by glue symfony business, that is why i say to decouple it into a small package not a bundle or better do a PR to the current other libraries to improve quality and avoid single efforts.

Wrong class name throws error

Hello,
When installing CommanderBundle via composer i got an error

The autoloader expected class "Tabbi89\CommanderBundle\Tabbi89CommanderBundle" to be defined in file "/home/jacek/PhpstormProjects/clustrmaps/Backend/vendor/tabbi89/commander-bundle/Tabbi89CommanderBundle.php". The file was found but the class was not in it, the class name or namespace probably has a typo

It's becouse In file "Tabbi89CommanderBundle.php" class name should be "Tabbi89CommanderBundle", instead of "SkillsTodoBundle". After replacing class name error is gone.

I try to fix it and make pull request.

reusability

perhaps try to just write the code that wraps an already brewed command handler library like qlabs or event centric and write the glue to tie them up.

remove constants

these constants will be removed in sf2.6 so better remove them all

tabbi89_commander.command.default_command_bus.class: Tabbi89\CommanderBundle\Command\DefaultCommandBus

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.