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

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

cubesystems/laravel-health-check
================================

Adds Liveness and Readiness Probes in the Laravel application

1.3.0(3y ago)414.2k↑150%2MITPHP

Since Oct 1Pushed 3y ago4 watchersCompare

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

READMEChangelog (3)Dependencies (6)Versions (6)Used By (0)

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

[](#health-check-for-laravel)

Usage
-----

[](#usage)

Require the package using composer:

> composer require cubesystems/laravel-health-check

Using the health checks
-----------------------

[](#using-the-health-checks)

You can set your monitoring system to ping the liveness and readiness URLs or CLI to get alerted if there are any problems.
In Kubernetes and OpenShift you can use the probes also for container health checks.

### Liveness Probes

[](#liveness-probes)

`{APP_URL}/health-check/liveness`
Liveness probe will respond with http 200 status code if the service functions without problems.

### Readiness Probe

[](#readiness-probe)

`{APP_URL}/health-check/readiness`
Readiness probe will respond with http 200 status code if the service is up and functions without problems.

### Scheduler Liveness Probe

[](#scheduler-liveness-probe)

`php artisan healthcheck:check scheduler`

### Queue Liveness Probe

[](#queue-liveness-probe)

`php artisan healthcheck:check queue`

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~179 days

Total

5

Last Release

1335d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/686243?v=4)[Miks Miķelsons](/maintainers/miks)[@miks](https://github.com/miks)

---

Top Contributors

[![miks](https://avatars.githubusercontent.com/u/686243?v=4)](https://github.com/miks "miks (10 commits)")[![kyranb](https://avatars.githubusercontent.com/u/5426926?v=4)](https://github.com/kyranb "kyranb (1 commits)")

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/pulse

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

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

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)

PHPackages © 2026

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