PHPackages                             dantangssd/laravel-disk-monitor - 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. dantangssd/laravel-disk-monitor

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

dantangssd/laravel-disk-monitor
===============================

Monitor metrics of Laravel disks

0.0.1(4y ago)03MITPHP ^8.0

Since Sep 22Compare

[ Source](https://github.com/dan-tang-ssd/laravel-disk-monitor)[ Packagist](https://packagist.org/packages/dantangssd/laravel-disk-monitor)[ Docs](https://github.com/spatie/laravel-disk-monitor)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/dantangssd-laravel-disk-monitor/feed)WikiDiscussions Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Monitor metrics of Laravel disks
================================

[](#monitor-metrics-of-laravel-disks)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1fa41d5a0890b0ff3c976e086b1766888fb45f05bbfb7b8d3255b6860b924b9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f6c61726176656c2d6469736b2d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-disk-monitor)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f391ebf163f997fe06b5811c0dcf86ab1f310ef4556ab3dc1190de29725f0739/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7370617469652f6c61726176656c2d6469736b2d6d6f6e69746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/spatie/laravel-disk-monitor/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8321f43747f7db4ae291c20cf9e08c6ec213c9833b8aa9462aa1ba2e06b2d7b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7370617469652f6c61726176656c2d6469736b2d6d6f6e69746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/spatie/laravel-disk-monitor/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0e7606ded4d93a1e7cee26a30f55e86ab617c54f7146e3145b243d493896edb5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f6c61726176656c2d6469736b2d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-disk-monitor)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-disk-monitor
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/01127936f5739c838688e0f753f5a3f6e1870aeb8e95c421ddc07d97c94ed363/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6469736b2d6d6f6e69746f722e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-disk-monitor)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require dantangssd/laravel-disk-monitor
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Spatie\LaravelDiskMonitor\LaravelDiskMonitorServiceProvider" --tag="laravel-disk-monitor-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Spatie\LaravelDiskMonitor\LaravelDiskMonitorServiceProvider" --tag="laravel-disk-monitor-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-disk-monitor = new Spatie\LaravelDiskMonitor();
echo $laravel-disk-monitor->echoPhrase('Hello, Spatie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Dan Tang](https://github.com/dan-tang-ssd)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e794ce6c1705bd8592bc7eb32dece5eb2dfa9773d695bc418ca0c16e263a132d?d=identicon)[Dan Tang](/maintainers/Dan%20Tang)

---

Top Contributors

[![dan-tang-ssd](https://avatars.githubusercontent.com/u/86968034?v=4)](https://github.com/dan-tang-ssd "dan-tang-ssd (10 commits)")

---

Tags

spatielaravellaravel-disk-monitor

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/dantangssd-laravel-disk-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/dantangssd-laravel-disk-monitor/health.svg)](https://phpackages.com/packages/dantangssd-laravel-disk-monitor)
```

###  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.0M167](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M102](/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)
