PHPackages                             indigerd/healthchecks - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. indigerd/healthchecks

ActivePackage[HTTP &amp; Networking](/categories/http)

indigerd/healthchecks
=====================

HTTP and console health checks for microservices

v0.0.5(6y ago)142.3k↓33.3%1MITPHPPHP &gt;=5.5.0

Since Jan 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Indigerd/microservice-health-check)[ Packagist](https://packagist.org/packages/indigerd/healthchecks)[ RSS](/packages/indigerd-healthchecks/feed)WikiDiscussions master Synced 1mo ago

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

microservice-health-checks module
=================================

[](#microservice-health-checks-module)

Module have several built in health checks like db and cache

Add health check in configuration by populating checks array property

for example

```
'modules'=>[
        .........
        'healthchecks' => [
            'class' => 'indigerd\healthchecks\Module',
            'checks'=> [
                'db',
                'cache',
                'custom' => function() {
                    return (2 + 2 == 4);
                };
            ],
        ],
        .........

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~213 days

Total

5

Last Release

2545d ago

### Community

Maintainers

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

---

Top Contributors

[![Indigerd](https://avatars.githubusercontent.com/u/2143512?v=4)](https://github.com/Indigerd "Indigerd (5 commits)")[![indigerd-tm](https://avatars.githubusercontent.com/u/18114480?v=4)](https://github.com/indigerd-tm "indigerd-tm (2 commits)")

---

Tags

apirestyii2microservices

### Embed Badge

![Health badge](/badges/indigerd-healthchecks/health.svg)

```
[![Health](https://phpackages.com/badges/indigerd-healthchecks/health.svg)](https://phpackages.com/packages/indigerd-healthchecks)
```

###  Alternatives

[hiqdev/yii2-hiart

ActiveRecord for API

5951.8k3](/packages/hiqdev-yii2-hiart)

PHPackages © 2026

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