Download the PHP package brimham/filament-backup-monitor without Composer

On this page you can find all versions of the php package brimham/filament-backup-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-backup-monitor

Filament Backup Monitor — backup run history and health, right in your Filament panel

Filament Backup Monitor

A Filament panel for brimham/backup-monitor — see the history of every 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:

This is the free core. Proactive alerting on missed/silent failures and a multi-site dashboard live in Pro — see Upgrade to Pro.

Screenshot

The Backups page: the last-backup-per-destination health panel above the run-history table

Requirements

Installation

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

Usage

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

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

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 closes that gap:

Running backups across many sites? The 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 →

License

MIT. See LICENSE.


All versions of filament-backup-monitor with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
brimham/backup-monitor Version ^0.1.1
filament/filament Version ^3.0 || ^4.0 || ^5.0
illuminate/contracts Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package brimham/filament-backup-monitor contains the following files

Loading the files please wait ...