PHPackages                             concept7/laravel-supervisord-monitor - 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. concept7/laravel-supervisord-monitor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

concept7/laravel-supervisord-monitor
====================================

0.0.5(3y ago)13.4kMITPHPPHP ^8.1

Since Mar 14Pushed 2y ago4 watchersCompare

[ Source](https://github.com/concept7/laravel-supervisord-monitor)[ Packagist](https://packagist.org/packages/concept7/laravel-supervisord-monitor)[ Docs](https://github.com/concept7/laravel-supervisord-monitor)[ RSS](/packages/concept7-laravel-supervisord-monitor/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (15)Versions (6)Used By (0)

"Supervisord Monitor"
=====================

[](#supervisord-monitor)

Installation
------------

[](#installation)

You can install the package via composer:

add the following to repositories in the composer.json:

```
{
    "type": "git",
    "url": "https://github.com/concept7/laravel-supervisord-monitor.git"
}

```

```
composer require concept7/laravel-supervisord-monitor
```

You can publish the config file with:

```
php artisan vendor:publish --tag="supervisord-monitor-config"
```

This is the contents of the published config file:

```
return [
    'protocol' => 'https',
    'host' => env('SUPERVISORD_MONITOR_HOST', ''),
    'path' => env('SUPERVISORD_MONITOR_PATH', ''),
    'basic_auth' => [
        'username' => env('SUPERVISORD_MONITOR_BASIC_AUTH_USERNAME', null),
        'password' => env('SUPERVISORD_MONITOR_BASIC_AUTH_PASSWORD', null),
    ],
    'daemon_names' => env('SUPERVISORD_MONITOR_DAEMON_NAMES', ''),
];
```

Usage
-----

[](#usage)

Add the following lines to the .env.

When you have the url:

```
SUPERVISORD_MONITOR_HOST="supervisor-monitor.xyz"
SUPERVISORD_MONITOR_PATH="supervisor"
SUPERVISORD_MONITOR_BASIC_AUTH_USERNAME=""
SUPERVISORD_MONITOR_BASIC_AUTH_PASSWORD=""
SUPERVISORD_MONITOR_DAEMON_NAMES=""

```

Run restart with following command

```
php artisan supervisord-monitor-cli:restart

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Martijn Wagena](https://github.com/mwagena)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

5

Last Release

1155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8436fa940b097bc16a3da74b6d85a4070816e19070a5bdc1a6f733a61f75fc?d=identicon)[concept7](/maintainers/concept7)

---

Top Contributors

[![mwagena](https://avatars.githubusercontent.com/u/1246801?v=4)](https://github.com/mwagena "mwagena (12 commits)")

---

Tags

laravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/concept7-laravel-supervisord-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/concept7-laravel-supervisord-monitor/health.svg)](https://phpackages.com/packages/concept7-laravel-supervisord-monitor)
```

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[maestroerror/laragent

Power of AI Agents in your Laravel project

630106.4k](/packages/maestroerror-laragent)[tonysm/importmap-laravel

Use ESM with importmap to manage modern JavaScript in Laravel without transpiling or bundling.

148399.8k1](/packages/tonysm-importmap-laravel)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[spatie/laravel-rdap

Perform RDAP queries in a Laravel app

72108.3k2](/packages/spatie-laravel-rdap)

PHPackages © 2026

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