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

ActiveLibrary

viitech/lumen-maintenance-mode
==============================

Define application maintenance mode.

1.2.1(9y ago)018MITPHPPHP &gt;=5.5.9

Since Jul 9Pushed 6y agoCompare

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

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

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% 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

3614d 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/7f45d808a02b9b1250847eea3cb237413cfb71589825e73e94167ac334470d6a?d=identicon)[viitech](/maintainers/viitech)

![](https://www.gravatar.com/avatar/1ce2a689649b2dd824717315914113cf0009484eacca4976a3080e7beef2b763?d=identicon)[A7madev](/maintainers/A7madev)

---

Top Contributors

[![rdehnhardt](https://avatars.githubusercontent.com/u/7077461?v=4)](https://github.com/rdehnhardt "rdehnhardt (20 commits)")[![vluzrmos](https://avatars.githubusercontent.com/u/450848?v=4)](https://github.com/vluzrmos "vluzrmos (12 commits)")[![a7madev](https://avatars.githubusercontent.com/u/1410171?v=4)](https://github.com/a7madev "a7madev (3 commits)")[![tibonilab](https://avatars.githubusercontent.com/u/4867995?v=4)](https://github.com/tibonilab "tibonilab (3 commits)")

---

Tags

lumenmaintenancemode

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[darkaonline/swagger-lume

OpenApi or Swagger integration to Lumen

3372.3M3](/packages/darkaonline-swagger-lume)[rdehnhardt/lumen-maintenance-mode

Define application maintenance mode.

2526.3k1](/packages/rdehnhardt-lumen-maintenance-mode)[brussens/yii2-maintenance-mode

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

78256.3k5](/packages/brussens-yii2-maintenance-mode)[pearl/lumen-request-validate

Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class

45390.3k2](/packages/pearl-lumen-request-validate)[rogervila/lumen-rate-limiting

 Lumen port of Laravel ThrottleRequests middleware

1662.5k1](/packages/rogervila-lumen-rate-limiting)[vluzrmos/collective-html

LaravelCollective Html and Form builder for Lumen.

2523.9k](/packages/vluzrmos-collective-html)

PHPackages © 2026

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