PHPackages                             code16/laravel-health-checks - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. code16/laravel-health-checks

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

code16/laravel-health-checks
============================

Various checks for spatie/laravel-health

v1.0.3(4mo ago)03.0k—4.5%MITPHPPHP 8.4.\*|8.5.\*CI passing

Since Feb 13Pushed 4mo agoCompare

[ Source](https://github.com/code16/laravel-health-checks)[ Packagist](https://packagist.org/packages/code16/laravel-health-checks)[ Docs](https://github.com/code16/laravel-health-checks)[ GitHub Sponsors]()[ RSS](/packages/code16-laravel-health-checks/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (20)Versions (5)Used By (0)

You can install the package via composer:

```
composer require code16/laravel-health-checks
```

Usage
-----

[](#usage)

Declare this check in your `HealthCheckServiceProvider`:

```
PhpUploadConfigCheck::new()
    // in Mb, If you want to check GB values, use number * 1024 (i.e: 8 * 1024 will match a 8G config value)
    ->setPostMaxSizeInMb(8)
    ->setMaxUploadSizeInMb(200)
    // By default, the check will allow a greater value, if you want a strict check, you'll have to set ->allowGreaterValue(allow: false)
    ->allowGreaterValue(allow: true, max: 200), // Define a maximum value
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [PatrickePatate](https://github.com/PatrickePatate)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance77

Regular maintenance activity

Popularity21

Limited adoption so far

Community6

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

Total

4

Last Release

127d ago

PHP version history (2 changes)v1.0.0PHP ^8.4

v1.0.3PHP 8.4.\*|8.5.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/f97dcdc942d25d5b5720b790d5f28e6accc6f05370cf5a6b52b78abc60c29e57?d=identicon)[code16](/maintainers/code16)

---

Top Contributors

[![PatrickePatate](https://avatars.githubusercontent.com/u/16721134?v=4)](https://github.com/PatrickePatate "PatrickePatate (11 commits)")

---

Tags

laravelCode 16laravel-health-checks

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/code16-laravel-health-checks/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M188](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M140](/packages/dedoc-scramble)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

173666.7k1](/packages/keepsuit-laravel-opentelemetry)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25060.1k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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