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.x-dev(1y ago)0230MITPHPPHP &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 2d 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

27

—

LowBetter than 47% of packages

Maintenance43

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

452d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/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.

1189.8k](/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.

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

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2839.2k10](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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