PHPackages                             hiqdev/yii2-autobus - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. hiqdev/yii2-autobus

ActiveYii2-extension[CLI &amp; Console](/categories/cli)

hiqdev/yii2-autobus
===================

Simple automated command bus

v2.x-dev(7y ago)216.6k31BSD-3-ClausePHP

Since Oct 27Pushed 3y ago2 watchersCompare

[ Source](https://github.com/hiqdev/yii2-autobus)[ Packagist](https://packagist.org/packages/hiqdev/yii2-autobus)[ Docs](https://github.com/hiqdev/yii2-autobus)[ RSS](/packages/hiqdev-yii2-autobus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (1)

Yii2 AutoBus
============

[](#yii2-autobus)

**Simple automated command bus**

[![Latest Stable Version](https://camo.githubusercontent.com/afcf8094a838b6a2e34e90900879f4edd2a744818bbde1d3e873a81ad0e37a28/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f796969322d6175746f6275732f762f737461626c65)](https://packagist.org/packages/hiqdev/yii2-autobus)[![Total Downloads](https://camo.githubusercontent.com/6e4539fb804fa60ed5171774a6f7cbed08d714eac81052521b02a103d8e5cf06/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f796969322d6175746f6275732f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/yii2-autobus)[![Build Status](https://camo.githubusercontent.com/9638fb5c5dee3b22f77ebe090ed653685017cd208f67eb257c00aa4180a57550/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f796969322d6175746f6275732e737667)](https://travis-ci.org/hiqdev/yii2-autobus)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/92cb771f8c299f77ad9d7cd9991c4e9b2a1854b93cb31dbebc387cc34c5ca645/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f796969322d6175746f6275732e737667)](https://scrutinizer-ci.com/g/hiqdev/yii2-autobus/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/82841ac009335eba74f6b4d68e624b87d8ff7ca91d06aa8d1e9a782145b3ec77/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f796969322d6175746f6275732e737667)](https://scrutinizer-ci.com/g/hiqdev/yii2-autobus/)[![Dependency Status](https://camo.githubusercontent.com/eec29bf9f476dd2b8cf6207a8f552db4c4f23dd72fd23c2d77def74702040d24/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6869716465763a796969322d6175746f6275732f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/hiqdev:yii2-autobus/dev-master)

Simple automated bus over [Tactician](https://github.com/thephpleague/tactician) command bus.

Provides simple interface:

- `addCommands($branch, $commands)`
- `hasCommand($branch, $name)`
- `runCommand($branch, $name, $args)`

Installation
------------

[](#installation)

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "hiqdev/yii2-autobus"
```

or add

```
"hiqdev/yii2-autobus": "*"
```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

This extension is supposed to be used with [composer-config-plugin](https://github.com/hiqdev/composer-config-plugin).

Else look [config/common.php](config/common.php) for configuration example.

Available configuration parameters:

- `commandBus.class`

For more details please see [config/params.php](config/params.php).

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2017-2018, HiQDev ()

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~135 days

Total

2

Last Release

2626d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

---

Top Contributors

[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (41 commits)")[![SilverFire](https://avatars.githubusercontent.com/u/4499203?v=4)](https://github.com/SilverFire "SilverFire (16 commits)")[![gadezist](https://avatars.githubusercontent.com/u/39760138?v=4)](https://github.com/gadezist "gadezist (2 commits)")[![strorch](https://avatars.githubusercontent.com/u/23340907?v=4)](https://github.com/strorch "strorch (2 commits)")

---

Tags

hacktoberfestyii2autobus

### Embed Badge

![Health badge](/badges/hiqdev-yii2-autobus/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-yii2-autobus/health.svg)](https://phpackages.com/packages/hiqdev-yii2-autobus)
```

###  Alternatives

[samdark/yii2-webshell

A web shell that allows to run yii console commands and create your own commands.

22981.5k1](/packages/samdark-yii2-webshell)[trntv/yii2-tactician

A simple, flexible command bus. This package provide it's integration with Yii2

1458.3k](/packages/trntv-yii2-tactician)[fedemotta/yii2-cronjob

Yii2 extension to help in the creation of automated console scripts

2233.5k](/packages/fedemotta-yii2-cronjob)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
