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

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

larakek/health-check
====================

Health checks for laravel application

v1.3.1(1w ago)34641MITPHPPHP &gt;=8.2CI passing

Since Nov 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/larakek/health-check)[ Packagist](https://packagist.org/packages/larakek/health-check)[ RSS](/packages/larakek-health-check/feed)WikiDiscussions v1.x Synced today

READMEChangelog (2)Dependencies (14)Versions (6)Used By (0)

Health Check
============

[](#health-check)

[![Build Status](https://github.com/larakek/health-check/workflows/tests/badge.svg)](https://github.com/larakek/health-check/actions)[![Latest Stable Version](https://camo.githubusercontent.com/7f86f60abe2fc3efc8eba22407f3306da04347c2b9ead2e7bab92526f1f6867a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172616b656b2f6865616c74682d636865636b)](https://packagist.org/packages/larakek/health-check)[![License](https://camo.githubusercontent.com/4dfa5ad460e2d1ebb97b6bcecd19044252b9c9f75ed77ac321381f4c167dc8f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c6172616b656b2f6865616c74682d636865636b)](https://packagist.org/packages/larakek/health-check)

Introduction
------------

[](#introduction)

Health Check is a package for the Laravel application that allows you to understand if your application is unhealthy. The package can handle http probes and command probes.

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

[](#installation)

Require this package with composer.

```
composer require larakek/health-check

```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers list. For Laravel 11 or newer, add the ServiceProvider in bootstrap/providers.php. For Laravel 10 or older, add the ServiceProvider in config/app.php.

```
Larakek\HealthCheck\HealthCheckServiceProvider

```

### Copy the package config to your local config with the publish command:

[](#copy-the-package-config-to-your-local-config-with-the-publish-command)

```
php artisan vendor:publish --provider="Larakek\HealthCheck\HealthCheckServiceProvider"

```

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

[](#configuration)

Usage
-----

[](#usage)

###  Health Score

43

↑

FairBetter than 89% of packages

Maintenance71

Regular maintenance activity

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

5

Last Release

8d ago

PHP version history (2 changes)v1.0.0PHP ^8.2|^8.3

v1.2.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/187635584?v=4)[larakek](/maintainers/larakek)[@larakek](https://github.com/larakek)

---

Top Contributors

[![larakek](https://avatars.githubusercontent.com/u/187635584?v=4)](https://github.com/larakek "larakek (3 commits)")

---

Tags

health-checkslaravelphplaravel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[psalm/plugin-laravel

Psalm plugin for Laravel

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

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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