PHPackages                             frosty-media/wp-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. frosty-media/wp-health-check

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

frosty-media/wp-health-check
============================

A simple WordPress health check endpoint.

v1.0.3(1y ago)1193[1 issues](https://github.com/Frosty-Media/wp-health-check/issues)[1 PRs](https://github.com/Frosty-Media/wp-health-check/pulls)MITPHPPHP ^8.3CI passing

Since Jun 6Pushed 2mo agoCompare

[ Source](https://github.com/Frosty-Media/wp-health-check)[ Packagist](https://packagist.org/packages/frosty-media/wp-health-check)[ RSS](/packages/frosty-media-wp-health-check/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (13)Versions (6)Used By (0)

WordPress Health Check
======================

[](#wordpress-health-check)

[![WordPress Health Check](.github/wp-health-check.jpg?raw=true "WordPress Health Check")](.github/wp-health-check.jpg?raw=true)

![PHP from Packagist](https://camo.githubusercontent.com/bde4664dc4374753d11a056d9ac23aa10d7fc732a56297ccdb93365aee31e964/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f46726f7374792d4d656469612f77702d6865616c74682d636865636b2e737667)[![Latest Stable Version](https://camo.githubusercontent.com/a4c63f177230a2f2747e7e3a6df9ac7977875e6940b2fa78cd38208e218909e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f46726f7374792d4d656469612f77702d6865616c74682d636865636b2e737667)](https://packagist.org/packages/Frosty-Media/wp-health-check)[![Total Downloads](https://camo.githubusercontent.com/9c20f09b1b0433077168f0ae35799f53ebba496eeac0c578f77783f1f57818dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f46726f7374792d4d656469612f77702d6865616c74682d636865636b2e737667)](https://packagist.org/packages/Frosty-Media/wp-health-check)[![License](https://camo.githubusercontent.com/2b2701411ce117cd5c706aacb1958dbaf3b73c5122cbec56e860405edfee2058/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f46726f7374792d4d656469612f77702d6865616c74682d636865636b2e737667)](https://packagist.org/Frosty-Media/wp-health-check)[![Build Status](https://github.com/Frosty-Media/wp-health-check/actions/workflows/main.yml/badge.svg)](https://github.com/Frosty-Media/wp-health-check/actions/workflows/main.yml/badge.svg)

Simple WordPress health check endpoint

#### Installation

[](#installation)

```
composer require frosty-media/wp-health-check
```

#### Additional requirements

[](#additional-requirements)

Composer autoloading should be including in application's bootstrap, in this case the `wp-config.php` file.

If running Nginx, add the following to your sites conf rules:

```
rewrite ^/meta/health-check/?$ /vendor/frosty-media/wp-health-check/src/check.php last;
```

If running Apache, add the following to your `.htaccess` file (before any WordPress rules):

```

RewriteEngine On
RewriteRule ^meta/health-check/?$ /vendor/frosty-media/wp-health-check/src/check.php [L]

```

If you would like to include the MU Plugin (which creates the internal REST API route `wp-json/health/check?`) Update your `scripts.post-update-cmd`, or run `composer config scripts.post-update-cmd.0 "FrostyMedia\\WpHealthCheck\\Composer\\Scripts::postUpdate"`

```
{
  "scripts": {
    "post-update-cmd": [
      "FrostyMedia\\WpHealthCheck\\Composer\\Scripts::postUpdate"
    ]
  }
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance48

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9297f4f4d23d5528e50d33af9d3f79bcfe7900dfdda17993be767157098f58bb?d=identicon)[thefrosty](/maintainers/thefrosty)

---

Top Contributors

[![thefrosty](https://avatars.githubusercontent.com/u/367897?v=4)](https://github.com/thefrosty "thefrosty (69 commits)")

---

Tags

health-checkwordpress

###  Code Quality

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/frosty-media-wp-health-check/health.svg)

```
[![Health](https://phpackages.com/badges/frosty-media-wp-health-check/health.svg)](https://phpackages.com/packages/frosty-media-wp-health-check)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M417](/packages/easycorp-easyadmin-bundle)[illuminate/session

The Illuminate Session package.

9939.9M881](/packages/illuminate-session)[symfony/ux-autocomplete

JavaScript Autocomplete functionality for Symfony

636.3M48](/packages/symfony-ux-autocomplete)[illuminate/cookie

The Illuminate Cookie package.

224.7M144](/packages/illuminate-cookie)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.5M571](/packages/typo3-cms-install)[api-platform/http-cache

API Platform HttpCache component

275.1M23](/packages/api-platform-http-cache)

PHPackages © 2026

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