Simple implementation of Command Bus pattern
Code information:
Package information:
// TBD
Append the lib to your requirements key in your composer.json.
{
// composer.json
// [..]
require: {
// append this line to your requirements
"koine/command-bus": "*"
}
}
- Learn composer. You should not be looking for an alternative install. It is worth the time. Trust me ;-)
- Follow this set of instructions
Here is the issue tracker.
Please refer to the contribuiting guide.