PHPackages                             prakort/laravel-wellness - 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. prakort/laravel-wellness

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

prakort/laravel-wellness
========================

Laravel Wellness monitors the application services

v1.0.0(1y ago)01[5 PRs](https://github.com/Prakort/laravel-wellness/pulls)MITPHPPHP ^8.0CI passing

Since Jan 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Prakort/laravel-wellness)[ Packagist](https://packagist.org/packages/prakort/laravel-wellness)[ Docs](https://github.com/prakort/laravel-wellness)[ GitHub Sponsors](https://github.com/prakort)[ RSS](/packages/prakort-laravel-wellness/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (7)Used By (0)

A Laravel Wellness to monitor storage files
===========================================

[](#a-laravel-wellness-to-monitor-storage-files)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fb9e18dbece9a509fa8dce9f53953b4ea9d9573b5c913f1bec1cd1da9ea00dd6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7072616b6f72742f6c61726176656c2d77656c6c6e6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/prakort/laravel-wellness)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6df17196636e5af9766d93620ce1745c38ba8f54f83e41d38c00977ee83a5944/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7072616b6f72742f6c61726176656c2d77656c6c6e6573732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/prakort/laravel-wellness/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/cdcb3c1111edd9ae4e806b74a58a69ec2ae548a4168f95f32e59cd0e62e7873e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7072616b6f72742f6c61726176656c2d77656c6c6e6573732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/prakort/laravel-wellness/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/57386896903c389724bb5e3bfda306d0975cb56a27b46bf44c3132c364afebf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7072616b6f72742f6c61726176656c2d77656c6c6e6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/prakort/laravel-wellness)

This package contains a [Laravel Health](https://spatie.be/docs/laravel-health) File Size Monitoring: Identify files that exceed specified size limits to prevent unexpected storage overages.

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

[](#installation)

You can install the package via composer:

```
composer require prakort/laravel-wellness
```

Usage
-----

[](#usage)

```
use Spatie\Health\Facades\Health;
use prakort\LaravelWellness\FileSizeCheck;

Health::checks([
    FileSizeCheck::new()
        ->disk('s3')
        ->warningThreshold(5)
        ->errorThreshold(10)
        ->fileTypes(['png', 'pdf', 'txt'])
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Prakort Lean](https://github.com/prakort)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance69

Regular maintenance activity

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

497d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95f44a62cecb255021df6a2fe484971e3d6afc5715c0fa22cab70c1cbbc8a87f?d=identicon)[prakort](/maintainers/prakort)

---

Top Contributors

[![Prakort](https://avatars.githubusercontent.com/u/46115782?v=4)](https://github.com/Prakort "Prakort (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelprakortlaravel-wellness

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/prakort-laravel-wellness/health.svg)

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

###  Alternatives

[bilfeldt/laravel-request-logger

Log Laravel application request and responses for debugging or statistics

122163.3k2](/packages/bilfeldt-laravel-request-logger)[treblle/security-headers

A collection of HTTP middleware classes to improve the security headers in your Laravel application.

9534.3k](/packages/treblle-security-headers)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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