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

ActiveLibrary

tiendanube/laravel-health-check
===============================

Provides monitoring for the key components of your laravel app.

v3.0.0(3y ago)139.2k↓30%PHPPHP ^8.0

Since Mar 29Pushed 3y ago88 watchersCompare

[ Source](https://github.com/TiendaNube/laravel-health-check)[ Packagist](https://packagist.org/packages/tiendanube/laravel-health-check)[ RSS](/packages/tiendanube-laravel-health-check/feed)WikiDiscussions master Synced 1mo ago

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

laravel-health-checks
=====================

[](#laravel-health-checks)

Allows your Laravel app to run health checks on itself

Usage
=====

[](#usage)

- Add to Composer:
    - Repositories: `{ "type": "vcs", "url": "git@github.com:npmweb/laravel-health-check" },`
    - Dependencies: `"npmweb/laravel-health-check": "dev-master@dev",`
    - `composer update`
- Add service provider:

app.php

```
'providers' => array(
	...
	'NpmWeb\LaravelHealthCheck\LaravelHealthCheckServiceProvider',
);

```

- Add route for the health check controller:

routes.php

```
Route::resource(
    'monitor/health',
    'NpmWeb\LaravelHealthCheck\Controllers\HealthCheckController',
    ['only' => ['index','show']]
);

```

- Configure the health checks:
    - `php artisan config:publish npmweb/laravel-health-check`
    - Edit `app/config/packages/npmweb/laravel-health-check/config.php`

For information on each health check, see comments in the appropriate class under src/NpmWeb/LaravelHealthCheck/Checks.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 66.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 ~1098 days

Total

3

Last Release

1141d ago

Major Versions

v1.0.0 → v2.0.02021-11-01

v2.0.0 → v3.0.02023-04-03

PHP version history (3 changes)v1.0.0PHP &gt;=5.5.0

v2.0.0PHP ^7.2

v3.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/202656e75af92285670f361a695e30a5e7942541c9cea8f54ea1d292e8a0b8e1?d=identicon)[Fonso](/maintainers/Fonso)

![](https://avatars.githubusercontent.com/u/1649565?v=4)[Lucas Mendes](/maintainers/devsdmf)[@devsdmf](https://github.com/devsdmf)

---

Top Contributors

[![ecastro98](https://avatars.githubusercontent.com/u/11150785?v=4)](https://github.com/ecastro98 "ecastro98 (2 commits)")[![fonse](https://avatars.githubusercontent.com/u/605137?v=4)](https://github.com/fonse "fonse (1 commits)")

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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