PHPackages                             albertofuentes/filament-maintenance - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. albertofuentes/filament-maintenance

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

albertofuentes/filament-maintenance
===================================

Enable maintenance mode per Filament panel with configurable access exceptions, customizable downtime pages, and audit history.

v1.0.0(1mo ago)5242[5 PRs](https://github.com/albertofuentes/filament-maintenance/pulls)MITPHPPHP ^8.2CI passing

Since Jun 17Pushed 4d agoCompare

[ Source](https://github.com/albertofuentes/filament-maintenance)[ Packagist](https://packagist.org/packages/albertofuentes/filament-maintenance)[ Docs](https://github.com/albertofuentes/filament-maintenance)[ GitHub Sponsors](https://github.com/albertofuentes)[ RSS](/packages/albertofuentes-filament-maintenance/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (20)Versions (3)Used By (0)

Filament Maintenance
====================

[](#filament-maintenance)

Filament Maintenance lets you enable maintenance mode per Filament panel, with access exceptions for IP addresses, CIDR ranges, manager users, and Spatie Permission roles.

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

[](#installation)

```
composer require albertofuentes/filament-maintenance
```

Publish and run the migrations:

```
php artisan vendor:publish --tag="filament-maintenance-migrations"
php artisan migrate
```

Optionally publish the config and views:

```
php artisan vendor:publish --tag="filament-maintenance-config"
php artisan vendor:publish --tag="filament-maintenance-views"
```

The config file is published as `config/filament-maintenance.php`.

Usage
-----

[](#usage)

Register the plugin in the Filament panel where you want maintenance mode:

```
use Albertofuentes\FilamentMaintenance\FilamentMaintenancePlugin;

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

The plugin adds:

- A maintenance switch near the user menu for allowed managers.
- A `maintenance` settings page inside the panel.
- Middleware that blocks the panel when maintenance is enabled.
- A customizable 503 maintenance view.
- Audit events for enable, disable and settings updates.

Permissions
-----------

[](#permissions)

Managers can be configured from the settings page by selecting users or Spatie role names. The package also allows users with the Laravel permission `manage-filament-maintenance`.

While no manager users or manager roles are configured for a panel, authenticated users can access the settings page so the first configuration can be completed.

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance96

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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 ~5 days

Total

2

Last Release

40d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2058196?v=4)[Alberto](/maintainers/albertofuentes)[@albertofuentes](https://github.com/albertofuentes)

---

Top Contributors

[![albertofuentes](https://avatars.githubusercontent.com/u/2058196?v=4)](https://github.com/albertofuentes "albertofuentes (6 commits)")

---

Tags

laravelfilamentfilament-pluginfilamentphpfilament-maintenancealbertofuentes

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/albertofuentes-filament-maintenance/health.svg)

```
[![Health](https://phpackages.com/badges/albertofuentes-filament-maintenance/health.svg)](https://phpackages.com/packages/albertofuentes-filament-maintenance)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16321.5k](/packages/backstage-mails)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k2](/packages/marcelweidum-filament-passkeys)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12453.6k1](/packages/jibaymcs-filament-tour)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

197.8k19](/packages/wsmallnews-filament-nestedset)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k5](/packages/tapp-filament-form-builder)

PHPackages © 2026

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