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.1.0(11mo ago)121MITPHPPHP ^8.2|^8.3CI passing

Since Nov 27Pushed 10mo 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 1mo ago

READMEChangelog (2)Dependencies (7)Versions (4)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

33

—

LowBetter than 75% of packages

Maintenance53

Moderate activity, may be stable

Popularity5

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

Total

3

Last Release

317d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e938c98456c9ec12edabb254bd724471483aa3a4583cce5a5f698d8a81883131?d=identicon)[larakek](/maintainers/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

[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)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)

PHPackages © 2026

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