PHPackages                             mootensai/supervisor-manager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mootensai/supervisor-manager

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

mootensai/supervisor-manager
============================

Supervisor manager module for Yii2

1.0.2(6y ago)13351MITPHP

Since Jan 21Pushed 2y agoCompare

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

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

Supervisor Manager
==================

[](#supervisor-manager)

[![Build Status](https://camo.githubusercontent.com/949c988b56997033e3cddfa8d72c8683b4910fb171b77ffd95e670c5d1196c8a/68747470733a2f2f7472617669732d63692e6f72672f484558412d55412f73757065727669736f722d6d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/HEXA-UA/supervisor-manager)[![Total Downloads](https://camo.githubusercontent.com/b26777b8f0cf75c874dca81a1715d77edfb0908f32c9abff83a956b04a0efe49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73757065727669736f722d6d616e616765722f796969322d73757065727669736f722d6d616e616765722e737667)](https://packagist.org/packages/supervisor-manager/yii2-supervisor-manager)[![Latest Stable Version](https://camo.githubusercontent.com/fd1c4f0c4fc508f1b0814179171dbc796943b297f5d85a1061ff8109c129d103/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73757065727669736f722d6d616e616765722f796969322d73757065727669736f722d6d616e616765722e737667)](https://packagist.org/packages/supervisor-manager/yii2-supervisor-manager)[![License](https://camo.githubusercontent.com/c2ff10793739b956edb1dc58e8f5e722933ac9df7bc5d0cd40e8a4d2e48c8ca5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73757065727669736f722d6d616e616765722f796969322d73757065727669736f722d6d616e616765722e737667)](https://packagist.org/packages/supervisor-manager/yii2-supervisor-manager)

Provides a graphical interface to the [supervisor](http://supervisord.org/) process manager. This package is written to work with the Yii2 framework. To use this package you should have already installed supervisor on your system.

After install of supervisor you should update supervisor.conf by adding new config path:

```
[include]
files = {project_path}/common/config/supervisor/*.conf

```

\##Installation Simply add to your composer.json

```
"supervisor-manager/yii2-supervisor-manager": "dev-master",

```

And add new module to your application config:

```
...
'modules' => [
  'supervisor' => [
    'class'    => 'supervisormanager\Module',
    'authData' => [
        'user'     => 'supervisor_user',
        'password' => 'supervisor_pass',
        'url'      => 'http://127.0.0.1:9001/RPC2' // Set by default
    ]
  ]
]
...

```

\##Example of process list [![](https://camo.githubusercontent.com/a2d6f695879e2bc49165e51d19a5450edc15355f79282ed1844ab5bcd17a5fb2/687474703a2f2f696d6167652e70726e747363722e636f6d2f696d6167652f66303663613861363733646534343131386331333035653266316465623834392e706e67)](https://camo.githubusercontent.com/a2d6f695879e2bc49165e51d19a5450edc15355f79282ed1844ab5bcd17a5fb2/687474703a2f2f696d6167652e70726e747363722e636f6d2f696d6167652f66303663613861363733646534343131386331333035653266316465623834392e706e67)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

2347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6abdf40661b0e9171dce645d1cfd2c9f8fa8547fc0549ee65338b788435650aa?d=identicon)[mootensai](/maintainers/mootensai)

---

Top Contributors

[![AlexyAV](https://avatars.githubusercontent.com/u/5259115?v=4)](https://github.com/AlexyAV "AlexyAV (19 commits)")[![e-tipalchuk](https://avatars.githubusercontent.com/u/722652?v=4)](https://github.com/e-tipalchuk "e-tipalchuk (18 commits)")[![mootensai](https://avatars.githubusercontent.com/u/5844149?v=4)](https://github.com/mootensai "mootensai (6 commits)")[![ypylypenko](https://avatars.githubusercontent.com/u/19938155?v=4)](https://github.com/ypylypenko "ypylypenko (3 commits)")[![ZenSergius](https://avatars.githubusercontent.com/u/16031099?v=4)](https://github.com/ZenSergius "ZenSergius (2 commits)")[![panlatent](https://avatars.githubusercontent.com/u/4393268?v=4)](https://github.com/panlatent "panlatent (1 commits)")

---

Tags

yii2supervisorsupervisor-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mootensai-supervisor-manager/health.svg)

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

###  Alternatives

[supervisor-manager/yii2-supervisor-manager

Supervisor manager module for Yii2

1612.6k](/packages/supervisor-manager-yii2-supervisor-manager)[asinfotrack/yii2-toolbox

Yii2-Toolbox is a collection of useful helpers, widgets etc. extending the basic functionality of Yii2

1230.5k5](/packages/asinfotrack-yii2-toolbox)

PHPackages © 2026

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