PHPackages                             helppc/supervisor-rest-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. [API Development](/categories/api)
4. /
5. helppc/supervisor-rest-bundle

ActiveSymfony-bundle[API Development](/categories/api)

helppc/supervisor-rest-bundle
=============================

Manage your supervisor instance in your Symfony5 application.

v1.0.5(5y ago)060MITPHPPHP &gt;=7.4

Since Oct 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/helppc/supervisor-rest-bundle)[ Packagist](https://packagist.org/packages/helppc/supervisor-rest-bundle)[ Docs](https://gitlab.com/helppc/supervisor-rest-bundle)[ RSS](/packages/helppc-supervisor-rest-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (10)Versions (6)Used By (0)

HelpPC Supervisor Bundle
========================

[](#helppc-supervisor-bundle)

[![Build Status](https://camo.githubusercontent.com/9ce2d0855a3db700875e0968830582db6eb005e889503958c3a69d0d38e42163/68747470733a2f2f6769746c61622e636f6d2f68656c7070632f73757065727669736f722d62756e646c652f6261646765732f6d61737465722f706970656c696e652e737667)](https://gitlab.com/helppc/supervisor-bundle)[![License](https://camo.githubusercontent.com/202c0228edda7139ad1f707bf4d67ea4816d6b77c6f6b72acd485974099fcd4b/68747470733a2f2f706f7365722e707567782e6f72672f7472696b6f6465722f6f61757468322d62756e646c652f6c6963656e7365)](https://packagist.org/packages/helppc/supervisor-bundle)

Symfony bundle which manage supervisor process. Bundle is implemented using the [supervisorphp/supervisor](https://github.com/supervisorphp/supervisor) library.

Status
------

[](#status)

This package is currently in the active development.

Requirements
------------

[](#requirements)

- [PHP 7.4](http://php.net/releases/7_4_0.php) or greater
- [Symfony 5.x](https://symfony.com/roadmap/5.0)

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

[](#installation)

1. Require the bundle and a PSR 7/17 implementation with Composer:

    ```
    composer require helppc/supervisor-bundle nyholm/psr7
    ```

    > **NOTE:** This bundle requires a PSR 7/17 implementation to operate. We recommend that you use [nyholm/psr7](https://github.com/Nyholm/psr7). Check out this [document](docs/psr-implementation-switching.md) if you wish to use a different implementation.
2. Create the bundle configuration file under `config/packages/helppc_supervisor.yaml`. Here is a reference configuration file:

    ```
    supervisor:
      default_environment: all
      servers:
        all:
          localhost:
            scheme: http
            host: 127.0.0.1
            port: 9006
    ```
3. Enable the bundle in `config/bundles.php` by adding it to the array:

    ```
    HelpPC\Bundle\SupervisorRestBundle\SupervisorRestBundle::class => ['all' => true]
    ```
4. Import the routes inside your `config/routes/helppc_supervisor.yaml` file:

    ```
    supervisor:
      resource: "@SupervisorRestBundle/Resources/config/routing.xml"
      prefix:   /supervisor
    ```

**❮ NOTE ❯** It is recommended to control the access to the authorization endpoint so that only logged in users can approve authorization requests. You should review your `security.yml` file. Here is a sample configuration:

```
security:
    access_control:
        - { path: ^/supervisor, roles: IS_AUTHENTICATED_REMEMBERED }
```

Reporting issues
----------------

[](#reporting-issues)

Use the [issue tracker](https://gitlab.com/helppc/supervisor-rest-bundle/-/issues) to report any issues you might have.

License
-------

[](#license)

See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~34 days

Total

5

Last Release

1880d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7447745?v=4)[Tomáš Kulhánek](/maintainers/tomas-kulhanek)[@tomas-kulhanek](https://github.com/tomas-kulhanek)

---

Top Contributors

[![tomas-kulhanek](https://avatars.githubusercontent.com/u/7447745?v=4)](https://github.com/tomas-kulhanek "tomas-kulhanek (1 commits)")

---

Tags

apirpcsupervisorsupervisordsupervisorctl

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/helppc-supervisor-rest-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M650](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)

PHPackages © 2026

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