Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.17 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.17 KB

Command Bus Implementation

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