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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ivan1986/supervisor
===================

Control Supervisord

1.0.1(9y ago)88.1k2MITPHP

Since Jun 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ivan1986/SupervisorBundle)[ Packagist](https://packagist.org/packages/ivan1986/supervisor)[ Docs](https://github.com/ivan1986/SupervisorBundle)[ RSS](/packages/ivan1986-supervisor/feed)WikiDiscussions master Synced 2w ago

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

Supervisor Control Bundle
=========================

[](#supervisor-control-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/7f6e9f16ed82b0c96adc5f4bd97e60bbe41065373156533c8481358f2b031c79/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35313166613565392d316339352d346362362d386532662d3461386564363139653361632f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/511fa5e9-1c95-4cb6-8e2f-4a8ed619e3ac)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/ada45af91cc04bf1577281eb80e94e2422010f61e5a93807f115701d252fc4d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6976616e313938362f53757065727669736f7242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d39613037666331666666333434616237323836653434623039636365376134386265616666656235)](https://scrutinizer-ci.com/g/ivan1986/SupervisorBundle/)

[![knpbundles.com](https://camo.githubusercontent.com/390c115c77caa91478676aeec3f832391aea2ead88eb7da542c33e6ea3755595/687474703a2f2f6b6e7062756e646c65732e636f6d2f6976616e313938362f53757065727669736f7242756e646c652f6261646765)](http://knpbundles.com/ivan1986/SupervisorBundle)

This bundle for quick configure and usage separate instance of [supervisord](http://supervisord.org/).

All Symfony2 commands run supervisor from kernel.root dir path. If use config created by supervisor:init use [local configure file](http://supervisord.org/configuration.html).

install default by composer:

```
"ivan1986/supervisor": "*",

```

Initialize the bundle:

```
new Ivan1986\SupervisorBundle\SupervisorBundle(),

```

Bundle has commands:

- supervisor:init
    - create supervisord.conf file and supervisor folder in app folder
- supervisor:run
    - check instance of supervisord and run it if need
    - add this command to cron - simple quick watchdog for supervisord
- supervisor:control
    - run any supervisorCtl command
- supervisor:gen
    - generate simple programm section for symfony2 console command

Example code for rabbitmq scale workers.

```
$this->get('supervisor')->genProgrammConf('worker', array(
    'name' => 'worker',
    'command' => 'rabbitmq:consumer sender',
    'numprocs' => $this->getNeedWorkersCount(),
));
$this->get('supervisor')->run();
$this->get('supervisor')->reloadAndUpdate();

```

Service supervisor may run daemon, execute any command, and generate files for supervisord.

Also supervisord run with `-i`, configured by parameter. Without this list of `/usr/bin/python /usr/bin/supervisord` in process list - great looking :)

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~802 days

Total

2

Last Release

3629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3377daea40411de860830ac8c1984a433628d0a7b50168983de2388ab4727b41?d=identicon)[ivan1986](/maintainers/ivan1986)

---

Top Contributors

[![ivan1986](https://avatars.githubusercontent.com/u/156418?v=4)](https://github.com/ivan1986 "ivan1986 (3 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

Symfony2supervisord

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M418](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M776](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M232](/packages/sulu-sulu)

PHPackages © 2026

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