PHPackages                             meysam-znd/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. meysam-znd/laravel\_health\_check

ActiveLibrary

meysam-znd/laravel\_health\_check
=================================

By using this package you can monitor the health of your application

1.1.1(3y ago)025MITPHPPHP ^7.4 || ^8.0

Since Nov 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/meysamzandy/laravel_healthcheck)[ Packagist](https://packagist.org/packages/meysam-znd/laravel_health_check)[ Docs](https://github.com/meysamzandy/laravel_healthcheck)[ RSS](/packages/meysam-znd-laravel-health-check/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#laravel-health-check)

Version Compatibility
---------------------

[](#version-compatibility)

ReleasesLaravel1.x^8.22.1; ^9.3.0Install
-------

[](#install)

```
composer require meysam-znd/laravel_health_check
```

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --provider="Laravel\Health\Providers\HealthServiceProvider"

```

Usage
-----

[](#usage)

Edit the config file `config/health-checker.php` see the comments there for more information

Available checkers
------------------

[](#available-checkers)

- `database` Tests database connections.
- `cache` Tests for caching data
- `directory-permission` Tests permission in directories
- `queue` Tests for queue

How to add a new checker
------------------------

[](#how-to-add-a-new-checker)

You only need to extend `\Laravel\Health\Checkers\BaseChecker` and add to services in `config/health-checker.php`.

Routes and Responses
--------------------

[](#routes-and-responses)

To access the health status you can use the follow routes:

- `health/status` Load and list all check services.
- `health/{service_name}/status` Load only the chosen service and show his status.

The response for both cases will be like that:

```
{
    status => false
    health_status: [
        {
            cache: {
                status: true,
                message: null
            }
        },
        {
            database: {
                status: true,
                message: null
            }
        },
        {
            directory-permission: {
                status: false,
                message: "The directory /application/public/../storage/ is not writable."
            }
        },
        {
            queue: {
                status: true,
                message: null
            }
        }
    ]
}

```

Command usage
-------------

[](#command-usage)

You can use the follow commands to check healthy in your cli application:

```
php artisan application-health:check-health
```

Or

```
php artisan application:health-check
```

Note: this package was made a fork from

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

3

Last Release

1276d ago

PHP version history (2 changes)1.0.0PHP ^7.4

1.1.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/38dc0f6695e56d7ea755b74e6c693fa3bd5417bde974ac9e6caa8bd1ec579165?d=identicon)[meysamznd](/maintainers/meysamznd)

---

Top Contributors

[![meysamzandy](https://avatars.githubusercontent.com/u/13656159?v=4)](https://github.com/meysamzandy "meysamzandy (15 commits)")

---

Tags

laravelhealthhealth check

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)

PHPackages © 2026

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