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

ActiveLibrary

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

Check versions of vital parts of the application

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

Since May 21Pushed 2mo 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 1mo ago

READMEChangelog (3)Dependencies (9)Versions (11)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

46

—

FairBetter than 93% of packages

Maintenance68

Regular maintenance activity

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

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

420d 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

[spatie/laravel-sitemap

Create and generate sitemaps with ease

2.6k14.6M107](/packages/spatie-laravel-sitemap)[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[encodia/laravel-health-env-vars

Custom check for Spatie's Laravel Health - Ensure every .env variable you need has been set

20143.5k](/packages/encodia-laravel-health-env-vars)

PHPackages © 2026

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