koine/command-bus

Command Bus implementation

1.1 2015-09-21 12:41 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:20:37 UTC


README

Simple implementation of Command Bus pattern

Code information:

Build Status Coverage Status Code Climate Scrutinizer Code Quality

Package information:

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status

Usage

// TBD

Installing

Installing Via Composer

Append the lib to your requirements key in your composer.json.

{
    // composer.json
    // [..]
    require: {
        // append this line to your requirements
        "koine/command-bus": "*"
    }
}

Alternative install

Issues/Features proposals

Here is the issue tracker.

Contributing

Please refer to the contribuiting guide.

Lincense

MIT

Authors