PHPackages                             brightfish/health-checks - 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. brightfish/health-checks

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

brightfish/health-checks
========================

Simple health checks for Laravel

0.9.0(6mo ago)0413GPL-3.0-onlyPHPPHP ^8.2

Since May 18Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/brightfish-be/health-checks)[ Packagist](https://packagist.org/packages/brightfish/health-checks)[ Docs](https://github.com/brightfish/health-checks)[ RSS](/packages/brightfish-health-checks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (17)Used By (0)

Health checks for Laravel &amp; Lumen
=====================================

[](#health-checks-for-laravel--lumen)

[![Tests](https://github.com/brightfish-be/health-checks/actions/workflows/run-tests.yml/badge.svg?style=flat-square&label=Tests)](https://github.com/brightfish-be/health-checks/actions/workflows/run-tests.yml)[![Latest Version on Packagist](https://camo.githubusercontent.com/4ec8847a084e8e4511254cff55ad459fb72500273a260a4b3b1d51802fbcf62a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f627269676874666973682f6865616c74682d636865636b732e7376673f7374796c653d666c61742d737175617265266c6162656c3d56657273696f6e)](https://packagist.org/packages/brightfish/health-checks)[![Total Downloads](https://camo.githubusercontent.com/52c57726b2594add6343f345fc4b280307e6b1bd935cacf979455dfb86281e2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f627269676874666973682f6865616c74682d636865636b732e7376673f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d737175617265)](https://packagist.org/packages/brightfish/health-checks)

Usage
-----

[](#usage)

Run all your registered checks from the command line:

```
php artisan health:check
```

Or make a HTTP request to the built-in `health` endpoint:

```
curl GET https://your.app/health
```

Installation
------------

[](#installation)

Install the package with composer:

```
composer require brightfish/health-checks
```

Publish the config file:

```
php artisan vendor:publish --provider="Brightfish\HealthChecks\HealthServiceProvider" --tag="health-checks-config"
```

Create a custom health check class:

```
namespace App\Health\MyCustomCheck;

class MyCustomCheck extends \Brightfish\HealthChecks\Checks\AbstractCheck
{
    public function run(): bool
    {
        return false;
    }

    public function getMessage(): string
    {
        return 'Error';
    }
}
```

Finally, list up the class in the config file:

```
return [
    'checks' => [
        \App\Health\MyCustomCheck::class,
    ],
];
```

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Brightfish](https://github.com/brightfish-be)
- [All Contributors](../../contributors)

License
-------

[](#license)

GNU General Public License (GPL). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance66

Regular maintenance activity

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~115 days

Recently: every ~400 days

Total

15

Last Release

206d ago

PHP version history (4 changes)0.2.0PHP ^7.4|^8.0

0.7.0PHP ^7.4 || ^8.0

0.8.0PHP ^8.0

0.9.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b8ed2843e909fe0239c457f77f851ae07cfe022efe7e48c50e3166bf70da4fd?d=identicon)[pecuchet](/maintainers/pecuchet)

![](https://www.gravatar.com/avatar/337ba8a7b95f42ae856defba4b85180291c8d12c33eb99011ccb9d58294e2be7?d=identicon)[brightfish](/maintainers/brightfish)

---

Top Contributors

[![pecuchet](https://avatars.githubusercontent.com/u/10818207?v=4)](https://github.com/pecuchet "pecuchet (45 commits)")

---

Tags

laravelhealth-checksbrightfish

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/brightfish-health-checks/health.svg)

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

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)

PHPackages © 2026

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