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

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

8ctopus/lumen-7-maintenance-mode
================================

Define application maintenance mode.

v1.1.2(5y ago)02.2k2[1 PRs](https://github.com/8ctopus/lumen-7-maintenance-mode/pulls)MITPHPPHP &gt;=7.2

Since Jan 22Pushed 4y agoCompare

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

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

Lumen 7 simple maintenance mode
===============================

[](#lumen-7-simple-maintenance-mode)

[![Build Status](https://camo.githubusercontent.com/8818b6bc25ec2d2712545c13e4f16fd3888763955574c8cb622aa519c0dca9fe/68747470733a2f2f7472617669732d63692e636f6d2f3863746f7075732f6c756d656e2d372d6d61696e74656e616e63652d6d6f64652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/8ctopus/lumen-7-maintenance-mode)[![Latest Stable Version](https://camo.githubusercontent.com/c7fd576798742c16ec1843a6507001a53e22759ac642c7cb9faaf43fbd0936d7/68747470733a2f2f706f7365722e707567782e6f72672f3863746f7075732f6c756d656e2d372d6d61696e74656e616e63652d6d6f64652f762f737461626c65)](https://packagist.org/packages/8ctopus/lumen-7-maintenance-mode)[![Total Downloads](https://camo.githubusercontent.com/5a2a0bb3a2270aa5e333ef1e6a2503ee3796a1f32c269a6e78862d7f5c8fa39f/68747470733a2f2f706f7365722e707567782e6f72672f3863746f7075732f6c756d656e2d372d6d61696e74656e616e63652d6d6f64652f646f776e6c6f616473)](https://packagist.org/packages/8ctopus/lumen-7-maintenance-mode)[![License](https://camo.githubusercontent.com/9907de92cf8bfe70c0e25f7f71084e41b57f0a3f43552cca5ee17916f233c906/68747470733a2f2f706f7365722e707567782e6f72672f3863746f7075732f6c756d656e2d372d6d61696e74656e616e63652d6d6f64652f6c6963656e7365)](https://packagist.org/packages/8ctopus/lumen-7-maintenance-mode)

php 7.3 Lumen 7.x

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

[](#how-to-install)

```
composer require 8ctopus/lumen-7-maintenance-mode

```

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

[](#how-to-configure)

Add this to your AppServiceProvider or in bootstrap/app.php

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

```

Add the up and down commands in app/console/Kernel.php

```
protected $commands = [
    \oct8pus\MaintenanceMode\Console\Commands\DownCommand::class,
    \oct8pus\MaintenanceMode\Console\Commands\UpCommand::class
];

```

Maintenance Mode on
-------------------

[](#maintenance-mode-on)

```
php artisan down

```

Maintenance Mode off
--------------------

[](#maintenance-mode-off)

```
php artisan up

```

IP based access
---------------

[](#ip-based-access)

Currently only ipv4 and no ip ranges

Add ALLOWED\_IPS in your .env file

```
ALLOWED_IPS=192.168.1.2,127.0.0.1,136.22.16.0

```

Features planned:

- IP Ranges
- Dynamic DNS IP Filtering

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor3

3 contributors hold 50%+ of commits

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

Total

5

Last Release

2121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dafd5f7ef8134a5c9b231686c5da3d6416db09139b45aac0b26952178dffb8a?d=identicon)[8ctopus](/maintainers/8ctopus)

---

Top Contributors

[![j3rrey](https://avatars.githubusercontent.com/u/5716777?v=4)](https://github.com/j3rrey "j3rrey (21 commits)")[![faizalmansor](https://avatars.githubusercontent.com/u/1214801?v=4)](https://github.com/faizalmansor "faizalmansor (21 commits)")[![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)")[![BerryJerry](https://avatars.githubusercontent.com/u/49227383?v=4)](https://github.com/BerryJerry "BerryJerry (10 commits)")[![tibonilab](https://avatars.githubusercontent.com/u/4867995?v=4)](https://github.com/tibonilab "tibonilab (3 commits)")[![8ctopus](https://avatars.githubusercontent.com/u/13252042?v=4)](https://github.com/8ctopus "8ctopus (2 commits)")

---

Tags

lumenmaintenancemode

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[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)

PHPackages © 2026

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