PHPackages                             zo/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zo/supervisor-monitor-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

zo/supervisor-monitor-bundle
============================

This Bundle provides interface to monitor supervisor server processes

v1.0(8y ago)0579MITPHPPHP &gt;=5.5.9

Since Feb 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/santhapa/supervisor-monitor-bundle)[ Packagist](https://packagist.org/packages/zo/supervisor-monitor-bundle)[ RSS](/packages/zo-supervisor-monitor-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)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 app/AppKernel.php
2. Configure the bundle ```
    # app/config/config.yml

    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 ```
    	# app/config/routing.yml

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

    ```

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3046d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9786156?v=4)[santhapa](/maintainers/santhapa)[@santhapa](https://github.com/santhapa)

---

Top Contributors

[![santhapa](https://avatars.githubusercontent.com/u/9786156?v=4)](https://github.com/santhapa "santhapa (1 commits)")

---

Tags

supervisor

### Embed Badge

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

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

###  Alternatives

[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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