PHPackages                             supervisor-manager/yii2-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. [Admin Panels](/categories/admin)
4. /
5. supervisor-manager/yii2-supervisor-manager

ActiveYii2-extension[Admin Panels](/categories/admin)

supervisor-manager/yii2-supervisor-manager
==========================================

Supervisor manager module for Yii2

1.0.2(6y ago)1612.6k↓100%13[3 issues](https://github.com/HEXA-UA/supervisor-manager/issues)[2 PRs](https://github.com/HEXA-UA/supervisor-manager/pulls)MITPHPCI failing

Since Jan 21Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (5)Versions (3)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

35

—

LowBetter than 80% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

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

2348d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/359f6a15cf5e394411373f6593f62dcbf0d21aea441350b6afaa8fd5afedd94d?d=identicon)[avpretty](/maintainers/avpretty)

---

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)")[![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

supervisordyii2-supervisordyii2supervisorsupervisor-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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