2017 © Pedro Peláez
 

yii2-extension yii2-autobus

Simple automated command bus

image

hiqdev/yii2-autobus

Simple automated command bus

  • Thursday, May 10, 2018
  • by hiqdev
  • Repository
  • 2 Watchers
  • 2 Stars
  • 455 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 19 % Grown

The README.md

Yii2 AutoBus

Simple automated command bus, (*1)

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status, (*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)

  • commandBus.class

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)

The Versions