PHPackages                             aboutcoders/supervisor-command-bundle - 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. aboutcoders/supervisor-command-bundle

ActiveSymfony-bundle

aboutcoders/supervisor-command-bundle
=====================================

A symfony bundle that provides console commands to control supervisor instances on top of the https://github.com/yzalis/SupervisorBundle.

0.1.0(10y ago)16.0kAboutCodersPHPCI failing

Since May 15Pushed 5y ago2 watchersCompare

[ Source](https://github.com/aboutcoders/supervisor-command-bundle)[ Packagist](https://packagist.org/packages/aboutcoders/supervisor-command-bundle)[ Docs](https://bitbucket.org/hasc/supervisor-command-bundle)[ RSS](/packages/aboutcoders-supervisor-command-bundle/feed)WikiDiscussions master Synced 2mo ago

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

DEPRECATED
==========

[](#deprecated)

AbcSupervisorCommandBundle
==========================

[](#abcsupervisorcommandbundle)

A symfony bundle that provides console commands to control supervisor instances (based on the [YZSupervisorBundle](https://github.com/yzalis/SupervisorBundle)).

Build Status: [![Build Status](https://camo.githubusercontent.com/67a8ef7466fafabb3c79a1b6d8be5c9b44f35f70d6eb0ad6189e37d4516ee90f/68747470733a2f2f7472617669732d63692e6f72672f61626f7574636f646572732f73757065727669736f722d636f6d6d616e642d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aboutcoders/supervisor-command-bundle)

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

[](#installation)

Follow the installation and configuration instructions of the third party bundles:

- [SensioFrameworkExtraBundle](http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle)
- [YZSupervisorBundle](https://github.com/yzalis/SupervisorBundle)

Add the AbcSupervisorCommandBundle to your `composer.json` file

```
php composer.phar require aboutcoders/supervisor-command-bundle

```

Include the bundle in the AppKernel.php class

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\SupervisorCommandBundle\AbcSupervisorCommandBundle(),
    );

    return $bundles;
}
```

Usage
-----

[](#usage)

Enter the following command to get information about the available commands:

```
php app/console list abc:supervisor

```

ToDo
----

[](#todo)

- Increase unit test coverage

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3654d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11329553?v=4)[AboutCoders](/maintainers/aboutcoders)[@aboutcoders](https://github.com/aboutcoders)

---

Top Contributors

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

---

Tags

symfonycommandsupervisorsupervisord

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aboutcoders-supervisor-command-bundle/health.svg)

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

PHPackages © 2026

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