PHPackages                             cbackup/yii2-console-runner-extension - 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. cbackup/yii2-console-runner-extension

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

cbackup/yii2-console-runner-extension
=====================================

An extension for running console commands on background in Yii framework.

0.2.0(8y ago)1276BSD-3-ClausePHP

Since May 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cBackup/yii2-console-runner-extension)[ Packagist](https://packagist.org/packages/cbackup/yii2-console-runner-extension)[ Docs](https://github.com/cBackup/yii2-console-runner-extension)[ RSS](/packages/cbackup-yii2-console-runner-extension/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Console Runner
==============

[](#console-runner)

An extension for running console commands on background in Yii framework.

Changelog
---------

[](#changelog)

Unlike it's parent version, this fork has support for Windows and doesn't break compatibility with PHP-FPM.

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

[](#installation)

Add the following to `require` section of your `composer.json`:

```
"cbackup/yii2-console-runner-extension": "*"

```

Then do `composer install`.

Usage
-----

[](#usage)

Imported class:

```
use cbackup\console;
$cr = new ConsoleRunner(['file' => '@my/path/to/yii']);
$cr->run('controller/action param1 param2 ...');
```

Application component:

```
// config.php
...
components [
    'consoleRunner' => [
        'class' => 'cbackup\console\ConsoleRunner',
        'file'  => '@my/path/to/yii' // or an absolute path to console file
    ]
]
...

// some-file.php
Yii::$app->consoleRunner->run('controller/action param1 param2 ...');
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~666 days

Total

3

Last Release

3129d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62104a70c42285acc3637e5f5e2941bde3bfe5c59783b1ce7ab513fe9a326bb5?d=identicon)[launcherx](/maintainers/launcherx)

---

Top Contributors

[![vova07](https://avatars.githubusercontent.com/u/2714082?v=4)](https://github.com/vova07 "vova07 (7 commits)")[![manky](https://avatars.githubusercontent.com/u/2181568?v=4)](https://github.com/manky "manky (1 commits)")[![mickgeek](https://avatars.githubusercontent.com/u/8091481?v=4)](https://github.com/mickgeek "mickgeek (1 commits)")[![nepster-web](https://avatars.githubusercontent.com/u/5681979?v=4)](https://github.com/nepster-web "nepster-web (1 commits)")

---

Tags

consoleyii2backgroundyii 2commandsrunner

### Embed Badge

![Health badge](/badges/cbackup-yii2-console-runner-extension/health.svg)

```
[![Health](https://phpackages.com/badges/cbackup-yii2-console-runner-extension/health.svg)](https://phpackages.com/packages/cbackup-yii2-console-runner-extension)
```

###  Alternatives

[vova07/yii2-console-runner-extension

An extension for running console commands on background in Yii framework.

88214.5k2](/packages/vova07-yii2-console-runner-extension)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13926.0k65](/packages/skeeks-cms)[toriphes/yii2-console-runner

Runs console command in yii web application

29256.2k](/packages/toriphes-yii2-console-runner)[samdark/yii2-webshell

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

22888.5k2](/packages/samdark-yii2-webshell)[fedemotta/yii2-cronjob

Yii2 extension to help in the creation of automated console scripts

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

PHPackages © 2026

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