PHPackages                             neoniche/laravel-app-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. neoniche/laravel-app-monitor

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

neoniche/laravel-app-monitor
============================

A simple way to monitor laravel application disk usage and other resources.

0.4.1(3y ago)06[2 PRs](https://github.com/CreativeCrafts/laravel-app-monitor/pulls)MITPHPPHP ^8.1

Since Jan 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/CreativeCrafts/laravel-app-monitor)[ Packagist](https://packagist.org/packages/neoniche/laravel-app-monitor)[ Docs](https://github.com/neoniche/laravel-app-monitor)[ RSS](/packages/neoniche-laravel-app-monitor/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (17)Versions (8)Used By (0)

A simple way to monitor laravel application disk usage and other resources.
===========================================================================

[](#a-simple-way-to-monitor-laravel-application-disk-usage-and-other-resources)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a58b1d8146828bde5f32b6dae19f7b4e9cc75e0676655d548af9bbb5ba5debfa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656f6e696368652f6c61726176656c2d6170702d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neoniche/laravel-app-monitor)[![GitHub Tests Action Status](https://camo.githubusercontent.com/facef1843141da043ab79e2a628d672278707c1204c329fc3b78784ab93a3085/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e656f6e696368652f6c61726176656c2d6170702d6d6f6e69746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/neoniche/laravel-app-monitor/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d165cd51da6a0f21a1c9f8dab18799b845b05aa0ef8a8ece6f9b425b758ce7b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e656f6e696368652f6c61726176656c2d6170702d6d6f6e69746f722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/neoniche/laravel-app-monitor/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c6a6dd6fe6e37b08171b15c18d5106f801485bf656645283b0130822167fd281/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656f6e696368652f6c61726176656c2d6170702d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neoniche/laravel-app-monitor)

This package will help monitor a laravel application disk metrics.

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

[](#installation)

You can install the package via composer:

```
composer require neoniche/laravel-app-monitor
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="app-monitor-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="app-monitor-config"
```

This is the contents of the published config file:

```
return [
  /**
     * The name of the disk you want to monitor.
     * default: 'local'
     */
    'disk_names' => [
        'local',
    ],
];
```

You should set up a schedule to run the command `app-monitor:log` to record the disk metrics.

```
// app/Console/Kernel.php
use Neoniche\AppMonitor\Commands\AppMonitorCommand;

class Kernel extends ConsoleKernel
{
    protected function schedule(Schedule $schedule)
    {
        $schedule->command(AppMonitorCommand::class)->daily();
    }
}
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="app-monitor-views"
```

Usage
-----

[](#usage)

```
If you wish to view the statistics that is logged to the database in a browser. You should add the macro below to your routes file.

```php

// in a routes files

Route::appMonitor('custom-monitor-url');

Now, you can see all statics when browsing /custom-monitor-url/disk-file-logs. You can change the custom-monitor-url to whatever suits you. We highly recommand using the auth middleware for this route, so guests can't see any data regarding your disks.
```

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)

- [Godspower Oduose](https://github.com/rockblings)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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

4

Last Release

1261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b5e5ba42a2029e0f2fa45bd8d874c98599af2d2a1e77bff012ea07eeb0b65bc?d=identicon)[rockblings](/maintainers/rockblings)

---

Top Contributors

[![rockblings](https://avatars.githubusercontent.com/u/5190259?v=4)](https://github.com/rockblings "rockblings (24 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] (4 commits)")

---

Tags

laravellaravel-app-monitorNeoNiche

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/neoniche-laravel-app-monitor/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M131](/packages/laravel-pulse)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)

PHPackages © 2026

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