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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. zozo/supervisor-monitor-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

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

This Bundle provides interface to monitor supervisor server processes

v6.0(1y ago)0233MITPHPPHP &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 2w ago

READMEChangelogDependencies (6)Versions (4)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

31

—

LowBetter than 65% of packages

Maintenance41

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

497d ago

Major Versions

v5.1 → v6.02025-04-09

PHP version history (2 changes)v5.1PHP &gt;=7.2.5

v6.0PHP &gt;=8.1

### 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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