PHPackages                             francodacosta/symfony-supervisord - 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. [API Development](/categories/api)
4. /
5. francodacosta/symfony-supervisord

ActiveLibrary[API Development](/categories/api)

francodacosta/symfony-supervisord
=================================

Supervisord configuration generator bundle for symfony2

0.1.1(9y ago)411.9k1MITPHPPHP &gt;=5.4.0

Since Jun 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/francodacosta/symfony-php-supervisord)[ Packagist](https://packagist.org/packages/francodacosta/symfony-supervisord)[ RSS](/packages/francodacosta-symfony-supervisord/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

symfony-php-supervisord
=======================

[](#symfony-php-supervisord)

This bundle will help you generate the supervisord configuration for your commands

Installation
============

[](#installation)

this bundle can be installed via composer:

```
{
    "require": {
        "francodacosta/symfony-supervisord": "dev-master"
    }
}
```

How to use it
=============

[](#how-to-use-it)

Create a file in /Resouces/config/supervisord.yml

```
programs:
  program-alias:
    command: ls -la
```

you can use any valid supervisord setting for your programs, you can also use symfony parameters.

a more advanced example:

```
programs:
  ls-command:
    command: ls -la

  cat-command:
    command: cat /var/log/messages.log

  amqp-consumer:
    command: my-consumer.php --queue %consumer.queue%
```

running `app/console supervisord:setup --output /path/to/file` will produce a file with the following content:

```
[program:ls]
command=ls -la

[program:cat]
command=cat /var/log/messages.log

[program:my-consumer.php]
command=my-consumer.php --queue my-queue
process_name=%(program_name)s_%(process_num)02d
numprocs=3
```

All you need to do is to include it in your supervidord.conf main file.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

3624d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cbe8ab4840e453e513388d12d589669eb41209dd78c860d72648c0e21a8e83c?d=identicon)[francodacosta](/maintainers/francodacosta)

---

Top Contributors

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

---

Tags

apiSymfony2supervisord

### Embed Badge

![Health badge](/badges/francodacosta-symfony-supervisord/health.svg)

```
[![Health](https://phpackages.com/badges/francodacosta-symfony-supervisord/health.svg)](https://phpackages.com/packages/francodacosta-symfony-supervisord)
```

###  Alternatives

[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11446.0k](/packages/nilportugues-jsonapi-bundle)[ihor/supervisor-xml-rpc

Simple Supervisor XML RPC Client in PHP (http://supervisord.org)

34130.4k1](/packages/ihor-supervisor-xml-rpc)[mremi/url-shortener-bundle

Implementation of UrlShortener library for Symfony2/Symfony3

19135.0k](/packages/mremi-url-shortener-bundle)

PHPackages © 2026

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