PHPackages                             viktor-starchenko/env-healthcheck - 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. viktor-starchenko/env-healthcheck

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

viktor-starchenko/env-healthcheck
=================================

A simple ENV healthcheck endpoint for WordPress plugins.

114PHP

Since Aug 4Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/ViktorStarchenko/env-healthcheck)[ Packagist](https://packagist.org/packages/viktor-starchenko/env-healthcheck)[ RSS](/packages/viktor-starchenko-env-healthcheck/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ENV Healthcheck for WordPress (Bedrock)
=======================================

[](#env-healthcheck-for-wordpress-bedrock)

A lightweight WordPress plugin that provides a simple environment healthcheck endpoint for Bedrock-based WordPress installations.

🔍 Features
----------

[](#-features)

- Exposes a REST API endpoint for checking the application environment
- Useful for uptime monitoring, CI/CD readiness checks, and infrastructure health probes
- No configuration required — works out of the box

🛠️ Endpoint
-----------

[](#️-endpoint)

Once activated, the plugin registers the following endpoint:

GET /wp-json/custom/v1/healthcheck

### Example Response

[](#example-response)

```
{
  "status": "ok",
  "timestamp": "2025-07-29T12:34:56+00:00",
  "site_url": "https://yourdomain.com"
}

⚙️ Installation
Install via Composer:
composer require viktor-starchenko/env-healthcheck

🧱 Requirements
- WordPress using the Bedrock structure
- Composer

📁 File Structure

env-healthcheck/
├── src/
│   └── Healthcheck.php
└── env-healthcheck.php

✍️ Author
Viktor Starchenko

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance41

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebbbb4558d2e8a18737d32cd6eda307553799fd7c5d9deaad4c80546ef26ecfb?d=identicon)[ViktorStarchenko](/maintainers/ViktorStarchenko)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/viktor-starchenko-env-healthcheck/health.svg)

```
[![Health](https://phpackages.com/badges/viktor-starchenko-env-healthcheck/health.svg)](https://phpackages.com/packages/viktor-starchenko-env-healthcheck)
```

###  Alternatives

[ohseesoftware/laravel-server-analytics

Server side analytics for your Laravel application or website.

1421.2k1](/packages/ohseesoftware-laravel-server-analytics)[luchavez/boilerplate-generator

A boilerplate generator for building packages and implementing DDD on Laravel 8|9|10.

111.7k2](/packages/luchavez-boilerplate-generator)

PHPackages © 2026

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