PHPackages                             zozo/supervisor-monitor-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. zozo/supervisor-monitor-bundle

ActiveSymfony-bundle

zozo/supervisor-monitor-bundle
==============================

This Bundle provides interface to monitor supervisor server processes

v6.x-dev(1y ago)0228↓100%MITPHPPHP &gt;=8.1

Since Dec 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/amikaawale/supervisor-monitor-bundle)[ Packagist](https://packagist.org/packages/zozo/supervisor-monitor-bundle)[ RSS](/packages/zozo-supervisor-monitor-bundle/feed)WikiDiscussions master Synced 1mo ago

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

ZOSupervisorMonitorBundle
=========================

[](#zosupervisormonitorbundle)

This bundle provides a way to monitor supervisor process and control those states.

- Configure multiple supervisor server services.
- Start, Stop, Restart individual or all services.

Config
------

[](#config)

1. Enable the bundle on config/bundles.php
2. Configure the bundle

    ```
    # config/packages/zo_supervisor_monitor.yaml

    zo_supervisor_monitor:
        servers:
            local:
                host: http://localhost
                port: 9001
                username: null
                password: null
            test:
                host: http://localhost
                port: 9001
                username: null
                password: null

    ```
3. Register routes for bundles

    ```
    	# config/routes.yaml

    	zo_supervisor_monitor:
    	    resource: "@ZOSupervisorMonitorBundle/Resources/config/routing.yml"
    	    prefix:   /supervisor/

    ```

    ```

    ```
4. Set Container

    ```
        # config/services.yaml

       ZO\Bundle\SupervisorMonitorBundle\Controller\MonitorController:
         calls:
             - method: setContainer
               arguments: [ '@service_container' ]

    ```

Find the supervisor monitor page at /supervisor/monitor.

Widget
------

[](#widget)

1. Supervisor client is exposed as service `zo_supervisor_monitor.util.client`.
2. Supervisor configured servers process information can be fetched as, ```
    	$client = $this->container->get('zo_supervisor_monitor.util.client');
    	$res = $this->client->getServersListVersion();
    	// $res = array('services' => $services, 'version' => $version);

    ```
3. Supervisor monitor view can be found at `ZOSupervisorMonitorBundle::services.html.twig`. **Remember to pass `services` and `version` variable to the view.**

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance47

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/079404203fd7f6c2abf35ae163501a9694b458f55d85cdddb58ca7b774d4b12f?d=identicon)[amikaawale](/maintainers/amikaawale)

---

Top Contributors

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

---

Tags

supervisor

### Embed Badge

![Health badge](/badges/zozo-supervisor-monitor-bundle/health.svg)

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

###  Alternatives

[supervisorphp/supervisor

PHP library for managing Supervisor through XML-RPC API

2482.0M15](/packages/supervisorphp-supervisor)[phobetor/rabbitmq-supervisor-bundle

Symfony bundle to automatically create and update supervisor configurations for RabbitMQ consumer daemons

104564.5k](/packages/phobetor-rabbitmq-supervisor-bundle)[mtdowling/supervisor-event

Wires callback functions to Supervisor events

123174.8k1](/packages/mtdowling-supervisor-event)[supervisorphp/configuration

Manage Supervisor configuration in PHP

39589.8k4](/packages/supervisorphp-configuration)[mybuilder/supervisor-bundle

Symfony 3/4/5 bundle which allows you to use @Supervisor annotations to configure how Supervisor runs your console commands.

3455.0k](/packages/mybuilder-supervisor-bundle)[foxxmd/laravel-elasticbeanstalk-queue-worker

Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk

5493.5k](/packages/foxxmd-laravel-elasticbeanstalk-queue-worker)

PHPackages © 2026

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