PHPackages                             understeam/yii2-supervisor - 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. understeam/yii2-supervisor

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

understeam/yii2-supervisor
==========================

v0.2.1(9y ago)23.7kMITPHP

Since Nov 23Pushed 9y ago2 watchersCompare

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

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

Yii2 Daemon Supervisor
======================

[](#yii2-daemon-supervisor)

This extension provides controller to run multiple daemon commands as Linux service.

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

[](#installation)

Preferred way to install extension is through [Composer](https://getcomposer.org).

```
$ composer require understeam/yii2-supervisor:~0.2 --prefer-dist
```

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

[](#configuration)

Add this controller to your console application configuration and describe Yii commands which should run as daemons:

```
...
'controllerMap' => [
    'class' => 'understeam\supervisor\SupervisorController',
    'phpBinary' => '/usr/bin/php',  // (optional) Path to php binary
    'yiiFile' => '@app/yii',        // (optional) Path to yii script file
    'commands' => [
        'my-process' => [       // Process group name
            'command' => [
                'queue/listen', // Yii console action
                'default',      // Arguments
            ],
            'count' => 4,       // Process count
        ],
    ],
],
...
```

Linux service
-------------

[](#linux-service)

You can use this controller as Linux long-running service. [There is](yii.example.service) an example of Unit configuration.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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 ~0 days

Total

3

Last Release

3455d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/099436b48c94b540d49cdaa3666cded03d69f7305686f98fc1701a710a9b6e4e?d=identicon)[AnatolyRugalev](/maintainers/AnatolyRugalev)

### Embed Badge

![Health badge](/badges/understeam-yii2-supervisor/health.svg)

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

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k68](/packages/humbug-box)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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