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 yesterday

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

2997d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8efcec1cd0158f00f5f9118a4489cddd712bab8ab89881319cd049e5cc553479?d=identicon)[santhapa](/maintainers/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

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[supervisorphp/supervisor

PHP library for managing Supervisor through XML-RPC API

2482.0M15](/packages/supervisorphp-supervisor)[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)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)

PHPackages © 2026

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