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.6(3w ago)1421↑2800%1MITPHPPHP ^8.3CI passing

Since Jun 30Pushed 3w agoCompare

[ 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 2w ago

READMEChangelogDependencies (18)Versions (8)Used By (1)

 [![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. Proactive alerting on missed/silent failures and a multi-site dashboard live in Pro — see [Upgrade to Pro](#upgrade-to-pro).

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.

Upgrade to Pro
--------------

[](#upgrade-to-pro)

This panel shows you the history of backups that *ran*. It can't show you the backup that **silently stopped running** — there's no event to record, so a destination that quietly dies just stops updating while everything still looks fine. That's the failure that actually loses data. [**Brimham Backup Monitor Pro**](https://brimham.app) closes that gap:

- **Missed / overdue detection** — a dead-man's-switch that flags any destination whose last successful backup is older than its expected cadence (or has never run).
- **Multi-channel alerting** — mail, Slack, Discord, Teams, and webhooks, de-duplicated and escalating, with recovery notifications.
- **External heartbeat** — ping healthchecks.io / Cronitor as backups run, catching an outage even if the whole app and scheduler are down.

Running backups across many sites? The [**Filament Backup Monitor Collector**](https://github.com/brimham/filament-backup-monitor-collector)is a companion Filament plugin that ingests every install's health snapshot into a single multi-site dashboard — overdue destinations, last successful backup, and installs that have gone quiet, all in one panel.

[**Get Pro →**](https://brimham.app)

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance94

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~3 days

Total

7

Last Release

27d 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 (26 commits)")[![netmit](https://avatars.githubusercontent.com/u/4130600?v=4)](https://github.com/netmit "netmit (1 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

88212.7M185](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k268.2k88](/packages/moonshine-moonshine)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2362.2M5](/packages/inspector-apm-inspector-laravel)

PHPackages © 2026

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