PHPackages                             rockbuzz/lara-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. rockbuzz/lara-maintenance

ActiveLibrary

rockbuzz/lara-maintenance
=========================

Puts the application into maintenance mode for all IPs that are not configured as an exception.

2.0.1(4y ago)01.3k[1 PRs](https://github.com/rockbuzz/lara-maintenance/pulls)MITPHPPHP &gt;=7.2

Since Apr 1Pushed 3y agoCompare

[ Source](https://github.com/rockbuzz/lara-maintenance)[ Packagist](https://packagist.org/packages/rockbuzz/lara-maintenance)[ RSS](/packages/rockbuzz-lara-maintenance/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Lara Maintenance
================

[](#lara-maintenance)

Puts the application into maintenance mode for all IPs that are not configured as an exception.

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

[](#requirements)

PHP: &gt;=7.2

Install
-------

[](#install)

```
$ composer require rockbuzz/lara-maintenance
```

Configuration
-------------

[](#configuration)

```
$ php artisan vendor:publish --provider="Rockbuzz\LaraMaintenance\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

### In App\\Http\\Kernel

[](#in-apphttpkernel)

```
protected $middleware = [
        \Rockbuzz\LaraMaintenance\Authorize::class,
        ...
    ];
```

### In .env

[](#in-env)

```
APP_MAINTENANCE_MODE=true
APP_MAINTENANCE_EXCEPT="127.0.0.2, 127.0.0.3"
```

License
-------

[](#license)

The Lara Maintenance is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Recently: every ~218 days

Total

6

Last Release

1723d ago

Major Versions

1.0.3 → 2.0.02021-08-19

PHP version history (2 changes)1.0.0PHP &gt;=7.1

2.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a5c02aa268a45e5f1d9c67c331503d326eb4b49eb0fb80293dc7379ccef51f7?d=identicon)[rockbuzz](/maintainers/rockbuzz)

---

Top Contributors

[![tiagodevweb](https://avatars.githubusercontent.com/u/15040375?v=4)](https://github.com/tiagodevweb "tiagodevweb (8 commits)")

---

Tags

laravelmaintenance

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/rockbuzz-lara-maintenance/health.svg)

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

###  Alternatives

[misterphilip/maintenance-mode

An enhanced drop-in replacement for Laravel's maintenance mode

120176.7k](/packages/misterphilip-maintenance-mode)[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[brickx/maintenance-switch

Simple plugin to toggle maintenance mode from Filament Panels.

1925.8k1](/packages/brickx-maintenance-switch)

PHPackages © 2026

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