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

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

fredbradley/filesystem-health-check
===================================

A Spatie Laravel Health Check, that checks your Laravel filesystems are connectable

1.0.4(1mo ago)03MITPHPPHP ^8.5CI passing

Since May 28Pushed 1mo agoCompare

[ Source](https://github.com/fredbradley/filesystem-health-check)[ Packagist](https://packagist.org/packages/fredbradley/filesystem-health-check)[ Docs](https://github.com/fredbradley/filesystem-health-check)[ RSS](/packages/fredbradley-filesystem-health-check/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (6)Versions (12)Used By (0)

fredbradley/filesystem-health-check
===================================

[](#fredbradleyfilesystem-health-check)

A Spatie Laravel Health Check that checks it can connect to your Laravel Filesystems

Instructions
------------

[](#instructions)

First, ensure that [Spatie Laravel Health](https://spatie.be/docs/laravel-health/v1/introduction) is set up and working as expected on your instance. [Documentation can be found here](https://spatie.be/docs/laravel-health/v1/introduction).

Then install this package:

```
composer require fredbradley/filesystem-health-check

```

Usage
-----

[](#usage)

To use this check you need to add it to your `Health::checks()` method. It will by default, assume that it should have full read/write access, and places a dummy file in the root of the filesystem and reads it back, then removes it. If you have a filesystem that you only read from, and don't have write access that's what the `readOnly()` method is for.

Examples:

```
use FredBradley\FilesystemHealthCheck\Checks\FilesystemHealthCheck;

Health::checks([
    FilesystemHealthCheck::new()->disk('sftp')->name('Check SFTP'), // checks read and write
    FilesystemHealthCheck::new()->disk('ext01')->readOnly()->name('Check EXT01 Read Only'), // checks read only
]);
```

Contribution
------------

[](#contribution)

You're very welcome to submit PRs.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance89

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Total

11

Last Release

57d ago

Major Versions

0.0.6 → 1.0.02026-05-28

PHP version history (2 changes)0.0.1PHP ^8.3

0.0.3PHP ^8.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1639226?v=4)[Fred Bradley](/maintainers/fredbradley)[@fredbradley](https://github.com/fredbradley)

---

Top Contributors

[![fredbradley](https://avatars.githubusercontent.com/u/1639226?v=4)](https://github.com/fredbradley "fredbradley (10 commits)")

---

Tags

spatielaravelhealthhealth checkspatie health

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[encodia/laravel-health-env-vars

Custom check for Spatie's Laravel Health - Ensure every .env variable you need has been set

20167.2k](/packages/encodia-laravel-health-env-vars)

PHPackages © 2026

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