PHPackages                             rdehnhardt/lumen-maintenance-mode - 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. rdehnhardt/lumen-maintenance-mode

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

rdehnhardt/lumen-maintenance-mode
=================================

Define application maintenance mode.

1.2.1(9y ago)2526.3k↓50%26[1 issues](https://github.com/rdehnhardt/lumen-maintenance-mode/issues)1MITPHPPHP &gt;=5.5.9

Since Jul 9Pushed 3y ago2 watchersCompare

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

READMEChangelogDependencies (5)Versions (11)Used By (1)

Lumen maintenance mode
======================

[](#lumen-maintenance-mode)

[![Latest Stable Version](https://camo.githubusercontent.com/7a357f68280eb47948243922f84bc955bf7da35190717c8c5b1a1d9b685d608e/68747470733a2f2f706f7365722e707567782e6f72672f726465686e68617264742f6c756d656e2d6d61696e74656e616e63652d6d6f64652f762f737461626c65)](https://packagist.org/packages/rdehnhardt/lumen-maintenance-mode)[![Total Downloads](https://camo.githubusercontent.com/fc25f39b6c610f62e7bc6f595549739396c6bea661eb23456ee33c7fae2d16a7/68747470733a2f2f706f7365722e707567782e6f72672f726465686e68617264742f6c756d656e2d6d61696e74656e616e63652d6d6f64652f646f776e6c6f616473)](https://packagist.org/packages/rdehnhardt/lumen-maintenance-mode)[![License](https://camo.githubusercontent.com/d57e8edd0b781e556955df57335dd66e45a0104ec966b755b90a7f785d254f08/68747470733a2f2f706f7365722e707567782e6f72672f726465686e68617264742f6c756d656e2d6d61696e74656e616e63652d6d6f64652f6c6963656e7365)](https://packagist.org/packages/rdehnhardt/lumen-maintenance-mode)[![Build Status](https://camo.githubusercontent.com/815644691f10fd2d241040262a280dbc45766364aefc0792d4d6b425a5fb3244/68747470733a2f2f7472617669732d63692e6f72672f726465686e68617264742f6c756d656e2d6d61696e74656e616e63652d6d6f64652e737667)](https://travis-ci.org/rdehnhardt/lumen-maintenance-mode)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/017e0ebde7984e46400d9851f29ceb0a6d6a97eff73b8d8e7891fbf77322b033/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726465686e68617264742f6c756d656e2d6d61696e74656e616e63652d6d6f64652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rdehnhardt/lumen-maintenance-mode/?branch=master)

How to install
--------------

[](#how-to-install)

```
composer require rdehnhardt/lumen-maintenance-mode

```

How to configure
----------------

[](#how-to-configure)

In bootstrap/app.php, add this instruction in providers

```
$app->register(
    Rdehnhardt\MaintenanceMode\Providers\MaintenanceModeServiceProvider::class
);

```

Set View
--------

[](#set-view)

```
resources/views/errors/503.blade.php

```

Put the application into maintenance mode.
------------------------------------------

[](#put-the-application-into-maintenance-mode)

```
php artisan down

```

Bring the application out of maintenance mode.
----------------------------------------------

[](#bring-the-application-out-of-maintenance-mode)

```
php artisan up

```

IP released for access
----------------------

[](#ip-released-for-access)

In .env file

```
ALLOWED_IPS=999.99.9.999,999.99.9.999,999.99.9.999

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 56.8% 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 ~39 days

Recently: every ~87 days

Total

10

Last Release

3612d ago

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

1.1.0PHP &gt;=5.5.9

### Community

Maintainers

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

---

Top Contributors

[![rdehnhardt](https://avatars.githubusercontent.com/u/7077461?v=4)](https://github.com/rdehnhardt "rdehnhardt (21 commits)")[![vluzrmos](https://avatars.githubusercontent.com/u/450848?v=4)](https://github.com/vluzrmos "vluzrmos (12 commits)")[![tibonilab](https://avatars.githubusercontent.com/u/4867995?v=4)](https://github.com/tibonilab "tibonilab (3 commits)")[![flefloch-payps](https://avatars.githubusercontent.com/u/44166367?v=4)](https://github.com/flefloch-payps "flefloch-payps (1 commits)")

---

Tags

lumenmaintenancemode

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rdehnhardt-lumen-maintenance-mode/health.svg)

```
[![Health](https://phpackages.com/badges/rdehnhardt-lumen-maintenance-mode/health.svg)](https://phpackages.com/packages/rdehnhardt-lumen-maintenance-mode)
```

###  Alternatives

[brussens/yii2-maintenance-mode

Maintenance mode component for Yii framework 2.x.x version.

78256.3k5](/packages/brussens-yii2-maintenance-mode)

PHPackages © 2026

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