PHPackages                             wt-health/laravel-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. wt-health/laravel-health-check

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

wt-health/laravel-health-check
==============================

Check versions of vital parts of the application

v1.1.0(1y ago)023.6k↑238.8%[2 PRs](https://github.com/wt-health/laravel-health-check/pulls)MITPHPPHP ^8.3|^8.4CI passing

Since May 21Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/wt-health/laravel-health-check)[ Packagist](https://packagist.org/packages/wt-health/laravel-health-check)[ Docs](https://github.com/wt-health/laravel-health-check)[ RSS](/packages/wt-health-laravel-health-check/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (9)Versions (13)Used By (0)

Laravel Health Check
====================

[](#laravel-health-check)

[![Test CI](https://github.com/wt-health/laravel-health-check/actions/workflows/test.yml/badge.svg)](https://github.com/wt-health/laravel-health-check/actions/workflows/test.yml)

Adds custom version check based on [spatie/laravel-health](https://github.com/spatie/laravel-health)

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

```
 composer require wthealth/laravel-health-check
```

To have logs and metrics logged in Datadog, you must schedule health check command on your setup.

serverless.yaml

```
    artisan:
        handler: artisan
        runtime: php-83-console
        timeout: 720 # in seconds
        layers:
            - ${bref-extra:gd-php-83}
            - ${bref-extra:redis-php-83}
        events:
            - schedule:
                  rate: rate(12 hours)
                  input: '"health:check"'
```

Usage
-----

[](#usage)

You may configure these environment variable below accordingly

```
HEALTH_API_ROUTE_ENABLED= # enable /health-check endpoint - default: false
HEALTH_API_KEY= # used to secure /health-check endpoint
HEALTH_API_PACKAGES= # packages ( comma separated ) to have its versions checked
```

You can health check either accessing `/health-check` endpoint or running `php artisan health:list --fresh`

A schedule job runs every day and output logs that are ingested by Datadog

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance71

Regular maintenance activity

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

467d ago

PHP version history (2 changes)v1.0.0PHP ^8.2|^8.3

v1.1.0PHP ^8.3|^8.4

### Community

Maintainers

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

---

Top Contributors

[![nandogameiro](https://avatars.githubusercontent.com/u/10284807?v=4)](https://github.com/nandogameiro "nandogameiro (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![kibbonz](https://avatars.githubusercontent.com/u/15306264?v=4)](https://github.com/kibbonz "kibbonz (3 commits)")[![karl-d](https://avatars.githubusercontent.com/u/11346844?v=4)](https://github.com/karl-d "karl-d (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wt-health-laravel-health-check/health.svg)

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

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

1.1k75.1k97](/packages/nativephp-mobile)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816334.1k3](/packages/defstudio-telegraph)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[cjmellor/level-up

This package allows users to gain experience points (XP) and progress through levels by performing actions on your site. It can provide a simple way to track user progress and implement gamification elements into your application

670109.6k](/packages/cjmellor-level-up)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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