PHPackages                             marshallu/mu-health-check - 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. marshallu/mu-health-check

ActiveWordpress-plugin[Logging &amp; Monitoring](/categories/logging)

marshallu/mu-health-check
=========================

Exposes a /\_health endpoint for uptime monitoring.

1.0.1(3mo ago)02↓92.9%MITPHPPHP &gt;=8.3

Since Apr 2Pushed 3mo agoCompare

[ Source](https://github.com/marshallu/mu-health-check)[ Packagist](https://packagist.org/packages/marshallu/mu-health-check)[ Docs](https://github.com/marshallu/mu-health-check)[ RSS](/packages/marshallu-mu-health-check/feed)WikiDiscussions main Synced today

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

MU Health Check
===============

[](#mu-health-check)

Exposes a `/_health` endpoint for uptime monitoring on Marshall University's WordPress sites.

- **Package:** `marshallu/mu-health-check`
- **Type:** WordPress plugin

---

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

[](#installation)

### Composer Installation

[](#composer-installation)

```
composer require marshallu/mu-health-check
```

Composer will install the plugin to `wp-content/plugins/mu-health-check/`. Activate it from the WordPress admin or via WP-CLI:

```
wp plugin activate mu-health-check
```

---

Usage
-----

[](#usage)

Once activated, the plugin exposes a health check endpoint at:

```
https://yoursite.com/_health

```

### Response

[](#response)

**Success (HTTP 200):**

```
{"status": "ok", "db": true}
```

**Failure (HTTP 500):**

```
{"status": "error", "db": false}
```

The endpoint performs a simple database connectivity check by executing `SELECT 1`.

---

Development
-----------

[](#development)

```
# Install dev dependencies
composer install

# Check coding standards
composer run lint

# Auto-fix coding standards violations
composer run format

# Run static analysis
composer run analyse
```

All code follows [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards).

---

File Structure
--------------

[](#file-structure)

```
mu-health-check/
├── mu-health-check.php    # Plugin entry point
├── composer.json          # Package definition & dev dependencies
├── phpcs.xml              # PHP CodeSniffer configuration
├── phpstan.neon           # PHPStan configuration
└── README.md              # Documentation

```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance82

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

2

Last Release

94d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34515c639712e2e66d9e7e60f2d3eb4cebc1a048b645b82458d553964f125c26?d=identicon)[mccomaschris](/maintainers/mccomaschris)

---

Top Contributors

[![mccomaschris](https://avatars.githubusercontent.com/u/26128?v=4)](https://github.com/mccomaschris "mccomaschris (3 commits)")

---

Tags

pluginmonitoringhealthwordpress

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/marshallu-mu-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/marshallu-mu-health-check/health.svg)](https://phpackages.com/packages/marshallu-mu-health-check)
```

###  Alternatives

[lordsimal/cakephp-sentry

Sentry plugin for CakePHP

12317.3k](/packages/lordsimal-cakephp-sentry)[ohdearapp/health-check-results

Create application health check results for Oh Dear

10205.5k12](/packages/ohdearapp-health-check-results)

PHPackages © 2026

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