PHPackages                             templatemonster/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. templatemonster/healthchecks

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

templatemonster/healthchecks
============================

HTTP and console health checks for microservices

1.0.1(2y ago)040.8k↓40%MITPHPPHP &gt;=7.4.0

Since Jan 18Pushed 2y ago4 watchersCompare

[ Source](https://github.com/Plasma-Platform/Plasma-Microservice-Health-Check)[ Packagist](https://packagist.org/packages/templatemonster/healthchecks)[ RSS](/packages/templatemonster-healthchecks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)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' => 'templatemonster\healthchecks\Module',
            'checks'=> [
                'db',
                'cache',
                'mongodb',
                'rabbitmq' = > 'queue',
                'elasticsearch',
                'urls' => [
                    'name1' => 'http://ukr1',
                    'name2' => 'http://ukr2',
                ]
                ,
                'custom' => function() {
                    return (2 + 2 == 4);
                };
            ],
        ],
        .........

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~631 days

Total

5

Last Release

882d ago

Major Versions

v0.0.3 → 1.0.02023-12-19

PHP version history (2 changes)v0.0.1PHP &gt;=5.5.0

v0.0.2PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a155b7be23704de5be0dcb5d2b543736a2e9765ea2eb7e6103fb28307bf2b9b?d=identicon)[ch-tm](/maintainers/ch-tm)

---

Top Contributors

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

---

Tags

apirestyii2microservices

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/templatemonster-healthchecks/health.svg)](https://phpackages.com/packages/templatemonster-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)
