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

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

countless-integers/laravel-health-check
=======================================

Customizable health-checks Laravel applications

4.0.0(1y ago)017.9k↓68%[5 issues](https://github.com/countless-integers/laravel-health-check/issues)MITPHPPHP ^8.2CI passing

Since Apr 3Pushed 1y agoCompare

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

READMEChangelog (10)Dependencies (10)Versions (22)Used By (0)

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

[](#laravel-health-check)

[![build](https://github.com/countless-integers/laravel-health-check/actions/workflows/php.yml/badge.svg)](https://github.com/countless-integers/laravel-health-check/actions/workflows/php.yml/badge.svg)

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

[](#installation)

PHP 8.2+ is required.

```
$ composer require countless-integers/laravel-health-check
$ php artisan vendor:publish

```

Configuration
-------------

[](#configuration)

Package publishes its config to your project's and it can be found at `config/health-check.php`.

Gotchas
-------

[](#gotchas)

- even though all checker classes are optional, all the libraries that they depend on are not
- no aliases for check, instead check class names are used

### Configuration keys

[](#configuration-keys)

#### `checkers`

[](#checkers)

List of checker classes that should run on service check. By default, all available checkers are included in the exported configuration. You can disable the ones you don`t want by removing their key from this array.

Some of the checkers can or need to be configured. List of available configuration options:

Checker classConfiguration keySupported ValuesDefault value`CacheChecker`---`DbChecker``query` (string)raw SQL query`SHOW TABLES``DiskSpaceChecker``min_free_space` (required)Value with a SI prefix (KB, MB, GB, TB), e.g. `1GB`-`DiskSpaceChecker``drive_path` (string)mount path`.``LogFileChecker``log_path` (string)writable log path`/var/log/laravel.log``StorageChecker``drives` (required)drive key configures in `filesystems` configuration-`DynamodbChecker`-requires ListTables permission-`DynamodbChecker``tables` (\[\]string)table names, requires DescribeTable permission-`SQSChecker``queue_url` (required)queue url, used to identify the queue-`PingChecker``domains` (required, \[\]string)list of urls to ping-`PingChecker``timeout` (int)timeout value for each check`5` (sec)#### `extended_checks`

[](#extended_checks)

Same format as `checkers`, but these checks are only run if the endpoint was called with `extended` option (see below).

#### Other options

[](#other-options)

Configuration keySupported ValuesDefault value`access_token``null`(string)`extended``null`(bool)Contribution guidelines
-----------------------

[](#contribution-guidelines)

PR-s need to:

- include a description explaining the problem and solution
- pass static analysis (uses psalm, ran on CI)
- pass test (uses codeception, ran on CI)

### Running tests

[](#running-tests)

You can use composer scripts:

- to run all tests:

    ```
      $ composer test

    ```
- to run only unit tests:

    ```
      $ composer unit-test

    ```
- to run only unit tests with test coverage:

    ```
      $ composer unit-test-coverage

    ```
- to view the coverage report (mac only):

    ```
      $ composer coverage-report

    ```
- to run static analysis:

    ```
      $ composer static-analysis

    ```
- to run all:

    ```
      $ composer qa

    ```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance48

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 81.6% 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 ~135 days

Recently: every ~239 days

Total

15

Last Release

384d ago

Major Versions

0.1.0 → 1.0.02022-10-15

1.1.0 → 2.0.02022-10-23

2.0.4 → 3.0.02024-04-15

3.0.0 → 4.0.02025-06-16

PHP version history (6 changes)v0.0.1PHP &gt;=7.3

0.1.0PHP ^7.3|^8.0

1.0.0PHP ^8.0

2.0.0PHP ^8.0|^8.1

2.0.4PHP ^8

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f1aae221bb1ea3818ba03596a65846986e8a3431d0d474575c200daf21dbd67?d=identicon)[countless-integers](/maintainers/countless-integers)

---

Top Contributors

[![countless-integers](https://avatars.githubusercontent.com/u/2060726?v=4)](https://github.com/countless-integers "countless-integers (62 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

---

Tags

laravelhealth check

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.9k1](/packages/mike-bronner-laravel-model-caching)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.5k](/packages/larastan-larastan)[laravel/pulse

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

1.7k15.1M132](/packages/laravel-pulse)

PHPackages © 2026

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