PHPackages                             prolic/humus-supervisor-module - 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. prolic/humus-supervisor-module

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

prolic/humus-supervisor-module
==============================

Supervisor module for Zend Framework 2 based on supervisord

v0.2.0(11y ago)59.3k1[5 issues](https://github.com/prolic/HumusSupervisorModule/issues)1MITPHPPHP &gt;=5.3.23

Since Jul 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/prolic/HumusSupervisorModule)[ Packagist](https://packagist.org/packages/prolic/humus-supervisor-module)[ Docs](https://github.com/prolic/HumusSupervisorModule)[ RSS](/packages/prolic-humus-supervisor-module/feed)WikiDiscussions master Synced 1mo ago

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

Humus Supervisor Module
=======================

[](#humus-supervisor-module)

[![Build Status](https://camo.githubusercontent.com/209124960b2476bff2b2b062ba7fdac1a31060442f023589f190fe24a800b051/68747470733a2f2f7472617669732d63692e6f72672f70726f6c69632f48756d757353757065727669736f724d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/prolic/HumusSupervisorModule)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/229ed3177a3ba37bd125919f87efe46ff47b460011b7b14980bed5f3f6b68384/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6c69632f48756d757353757065727669736f724d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/prolic/HumusSupervisorModule/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/a768e38eabbb01f924a8656016c033eb49b53a4baaceb1fc1f46cae7d06f555c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726f6c69632f48756d757353757065727669736f724d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/prolic/HumusSupervisorModule/?branch=master)[![License](https://camo.githubusercontent.com/9170857ff1317236dd2dc12b01916729e690d0e7e6abb6f944167e8dcc76a347/68747470733a2f2f706f7365722e707567782e6f72672f70726f6c69632f68756d75732d73757065727669736f722d6d6f64756c652f6c6963656e73652e737667)](https://packagist.org/packages/prolic/humus-supervisor-module)[![Latest Stable Version](https://camo.githubusercontent.com/5e4775c7b496f1c8d3f60ba7bdbf3e37ca1302f82f87fa48038d1ee624314754/68747470733a2f2f706f7365722e707567782e6f72672f70726f6c69632f68756d75732d73757065727669736f722d6d6f64756c652f762f737461626c652e737667)](https://packagist.org/packages/prolic/humus-supervisor-module)[![Latest Unstable Version](https://camo.githubusercontent.com/9a1a7c0d7d6d8ff0abeacf76219458ca094b623d28664e0f6b71963f55488416/68747470733a2f2f706f7365722e707567782e6f72672f70726f6c69632f68756d75732d73757065727669736f722d6d6f64756c652f762f756e737461626c652e737667)](https://packagist.org/packages/prolic/humus-supervisor-module)[![Total Downloads](https://camo.githubusercontent.com/4a9243558c82606f00307a8342d6262db5fcd07f15cf708a754941f359391217/68747470733a2f2f706f7365722e707567782e6f72672f70726f6c69632f68756d75732d73757065727669736f722d6d6f64756c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/prolic/humus-supervisor-module)[![Dependency Status](https://camo.githubusercontent.com/6b36bea9e1e246d801fac75206552cdb09afc3c0846c488b5982eb49ca92dafe/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f70726f6c69633a68756d75732d73757065727669736f722d6d6f64756c652f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/prolic:humus-supervisor-module)

Humus Supervisor Module is a module for Zend Framework 2 based on supervisord.

Dependencies
------------

[](#dependencies)

- PHP 5.3.23
- [Indigo Supervisor](https://github.com/indigophp/supervisor)
- [supervisord](http://supervisord.org/)
- [Zend-Servicemanager 2.3.0](https://github.com/zendframework/zf2/tree/master/library/Zend/ServiceManager)
- [Zend-Modulemanager 2.3.0](https://github.com/zendframework/zf2/tree/master/library/Zend/ModuleManager)
- [Zend-Mvc 2.3.0](https://github.com/zendframework/zf2/tree/master/library/Zend/Mvc)
- [Zend-XmlRpc 2.3.0](https://github.com/zendframework/zf2/tree/master/library/Zend/XmlRpc)
- [ZendXml 1.0.0](https://github.com/zendframework/ZendXml)

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

[](#installation)

1. Add `"prolic/humus-supervisor-module": "dev-master"` to your `composer.json`
2. Run `php composer.phar install`
3. Enable the module in your `config/application.config.php` by adding `HumusSupervisorModule` to `modules`

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

[](#configuration)

Add this to your module configuration:

```
'humus_supervisor_module' => array(
    'my-supervisor' => array(
        'host' => 'localhost',
        'port' => 19005,
        'username' => 'user',
        'password' => '123'
    )
)
```

Usage
-----

[](#usage)

Make use of your supervisor:

```
$manager = $serviceManager->get('HumusSupervisorModule\SupervisorManager');
$supervisor = $manager->get('demo-supervisor');
$supervisor->isRunning();
```

Supervisord Installation
------------------------

[](#supervisord-installation)

```
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
sudo easy_install supervisor

```

For configuration of supervisord see:

start with

```
supervisord

```

or to run no-daemon

```
supervisord -n

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~12 days

Total

4

Last Release

4272d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.4.0

v0.2.0PHP &gt;=5.3.23

### Community

Maintainers

![](https://www.gravatar.com/avatar/2eba9b8c6979d7981982254600174d49b4275f5601ccf53f29c140b420b7d7db?d=identicon)[prolic](/maintainers/prolic)

---

Top Contributors

[![prolic](https://avatars.githubusercontent.com/u/394428?v=4)](https://github.com/prolic "prolic (80 commits)")

---

Tags

zf2supervisorsupervisordhumus

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/prolic-humus-supervisor-module/health.svg)

```
[![Health](https://phpackages.com/badges/prolic-humus-supervisor-module/health.svg)](https://phpackages.com/packages/prolic-humus-supervisor-module)
```

###  Alternatives

[zf-commons/zfc-base

A set of genetic (abstract) classes which are commonly used across multiple modules.

1441.1M25](/packages/zf-commons-zfc-base)[mtdowling/supervisor-event

Wires callback functions to Supervisor events

123174.8k1](/packages/mtdowling-supervisor-event)[snapshotpl/zf-snap-geoip

MaxMind GeoIP Module for Zend Framework 2

1512.9k](/packages/snapshotpl-zf-snap-geoip)

PHPackages © 2026

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