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(2mo ago)02.7k↑47%MITPHPPHP 8.4.\*|8.5.\*CI passing

Since Feb 13Pushed 2mo 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 today

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

45

—

FairBetter than 91% of packages

Maintenance84

Actively maintained with recent releases

Popularity22

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

81d 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-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)

PHPackages © 2026

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