Yii2 AutoBus
Simple automated command bus, (*1)
, (*2)
Simple automated bus over Tactician command bus., (*3)
Provides simple interface:, (*4)
addCommands($branch, $commands)
hasCommand($branch, $name)
runCommand($branch, $name, $args)
Installation
The preferred way to install this yii2-extension is through composer., (*5)
Either run, (*6)
php composer.phar require "hiqdev/yii2-autobus"
or add, (*7)
"hiqdev/yii2-autobus": "*"
to the require section of your composer.json., (*8)
Configuration
This extension is supposed to be used with composer-config-plugin., (*9)
Else look config/common.php for configuration example., (*10)
Available configuration parameters:, (*11)
For more details please see config/params.php., (*12)
License
This project is released under the terms of the BSD-3-Clause license.
Read more here., (*13)
Copyright © 2017-2018, HiQDev (http://hiqdev.com/), (*14)