PHPackages                             brimham/filament-backup-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. brimham/filament-backup-monitor

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

brimham/filament-backup-monitor
===============================

Filament panel for brimham/backup-monitor — run history and last-backup-per-destination health for spatie/laravel-backup.

v0.1.4(today)02↑2900%MITPHPPHP ^8.3CI passing

Since Jun 30Pushed todayCompare

[ Source](https://github.com/brimham/filament-backup-monitor)[ Packagist](https://packagist.org/packages/brimham/filament-backup-monitor)[ RSS](/packages/brimham-filament-backup-monitor/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (9)Versions (6)Used By (0)

 [![Filament Backup Monitor — backup run history and health, right in your Filament panel](https://raw.githubusercontent.com/brimham/filament-backup-monitor/main/art/thumbnail.png)](https://raw.githubusercontent.com/brimham/filament-backup-monitor/main/art/thumbnail.png)

Filament Backup Monitor
=======================

[](#filament-backup-monitor)

A [Filament](https://filamentphp.com) panel for [brimham/backup-monitor](https://github.com/brimham/backup-monitor) — see the history of every [spatie/laravel-backup](https://github.com/spatie/laravel-backup) run and the last backup per destination at a glance.

The core `brimham/backup-monitor` package records each backup run to a `backup_runs` table. This package surfaces that history inside your Filament admin panel:

- a **run-history table** — every backup, health-check and cleanup with its status, destination, size and timestamp
- a **"last backup per destination" health panel** — the most recent run for each disk, so a silently failing destination is obvious

This is the free core. Alerting on missed/silent failures, multi-channel notifications, and a multi-site dashboard are part of the separate Pro package.

Screenshot
----------

[](#screenshot)

 [![The Backups page: the last-backup-per-destination health panel above the run-history table](https://raw.githubusercontent.com/brimham/filament-backup-monitor/main/art/backup-monitor.png)](https://raw.githubusercontent.com/brimham/filament-backup-monitor/main/art/backup-monitor.png)

Requirements
------------

[](#requirements)

- PHP 8.3+
- Laravel 12 or 13
- Filament 3, 4 or 5
- [brimham/backup-monitor](https://github.com/brimham/backup-monitor) (installed automatically)

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

[](#installation)

```
composer require brimham/filament-backup-monitor
```

Run the core package's migration if you haven't already:

```
php artisan migrate
```

Usage
-----

[](#usage)

Register the plugin on the panel where you want the backup history to appear:

```
use Brimham\FilamentBackupMonitor\FilamentBackupMonitorPlugin;
use Filament\Panel;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugin(FilamentBackupMonitorPlugin::make());
}
```

A **Backups** item appears in the panel navigation, linking to the run-history page with the health panel at the top.

License
-------

[](#license)

MIT. See [LICENSE](https://github.com/brimham/filament-backup-monitor/blob/main/LICENSE).

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

5

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/deb27802f774b4c39c5792c1656376fadc14a90cc02f3cd06eedf94fd8da38fd?d=identicon)[brimham](/maintainers/brimham)

---

Top Contributors

[![Steve-Brimham](https://avatars.githubusercontent.com/u/297967745?v=4)](https://github.com/Steve-Brimham "Steve-Brimham (7 commits)")

---

Tags

spatielaravelmonitoringbackupfilamentbackup-monitor

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/brimham-filament-backup-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/brimham-filament-backup-monitor/health.svg)](https://phpackages.com/packages/brimham-filament-backup-monitor)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M154](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2352.1M5](/packages/inspector-apm-inspector-laravel)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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