PHPackages                             vdlp/oc-maintenance-plugin - 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. vdlp/oc-maintenance-plugin

ActiveOctober-plugin[Utility &amp; Helpers](/categories/utility)

vdlp/oc-maintenance-plugin
==========================

Maintenance page plugin

2.3.0(10mo ago)136.8k↓43.9%2[1 PRs](https://github.com/vdlp/oc-maintenance-plugin/pulls)GPL-2.0PHPPHP ^8.0.2

Since Feb 21Pushed 10mo ago9 watchersCompare

[ Source](https://github.com/vdlp/oc-maintenance-plugin)[ Packagist](https://packagist.org/packages/vdlp/oc-maintenance-plugin)[ Docs](https://vdlp.nl)[ RSS](/packages/vdlp-oc-maintenance-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (16)Used By (0)

 [![](https://camo.githubusercontent.com/ee54ee04e126dfe6db4f6aaf78b4b5a8785cd5d19e021090e3487c2011e69778/68747470733a2f2f706c7567696e732e76646c702e6e6c2f6f63746f626572636d732f69636f6e732f56646c702e4d61696e74656e616e63652e737667)](https://camo.githubusercontent.com/ee54ee04e126dfe6db4f6aaf78b4b5a8785cd5d19e021090e3487c2011e69778/68747470733a2f2f706c7567696e732e76646c702e6e6c2f6f63746f626572636d732f69636f6e732f56646c702e4d61696e74656e616e63652e737667)

Vdlp.Maintenance
================

[](#vdlpmaintenance)

 *Handles HTTP requests when October CMS is in maintenance mode.*

 [![](https://camo.githubusercontent.com/434c4fcf894795fb578da9e3c8f0d5dc0aafc5e211e99b30e9300ea1563b5e30/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f76646c702f6f632d6d61696e74656e616e63652d706c7567696e)](https://camo.githubusercontent.com/434c4fcf894795fb578da9e3c8f0d5dc0aafc5e211e99b30e9300ea1563b5e30/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f76646c702f6f632d6d61696e74656e616e63652d706c7567696e) [![](https://camo.githubusercontent.com/7cf70b6621ff732da3face889b40db4579897d8762fec25e3deb1d5cae785da8/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6c6963656e73652f76646c702f6f632d6d61696e74656e616e63652d706c7567696e)](https://camo.githubusercontent.com/7cf70b6621ff732da3face889b40db4579897d8762fec25e3deb1d5cae785da8/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6c6963656e73652f76646c702f6f632d6d61696e74656e616e63652d706c7567696e) [![](https://camo.githubusercontent.com/652c3ce1f8edb149b278f289e2a1ed180e925866907abe9beb7cb547d2cfcd88/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f76646c702f6f632d6d61696e74656e616e63652d706c7567696e2f6c6174657374)](https://camo.githubusercontent.com/652c3ce1f8edb149b278f289e2a1ed180e925866907abe9beb7cb547d2cfcd88/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f76646c702f6f632d6d61696e74656e616e63652d706c7567696e2f6c6174657374) [![](https://camo.githubusercontent.com/4d917ef2b837d391f7b622619a1684415b4ccb43f53643d93b7ff7462fda008d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f76646c702f6f632d6d61696e74656e616e63652d706c7567696e)](https://camo.githubusercontent.com/4d917ef2b837d391f7b622619a1684415b4ccb43f53643d93b7ff7462fda008d/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f76646c702f6f632d6d61696e74656e616e63652d706c7567696e) [![](https://camo.githubusercontent.com/5457e68a1051820661648bd93ffaf69f8ab513920dd19c261ff3ac5a646d0ed2/68747470733a2f2f62616467656e2e6e65742f62616467652f636d732f4f63746f626572253230434d53)](https://camo.githubusercontent.com/5457e68a1051820661648bd93ffaf69f8ab513920dd19c261ff3ac5a646d0ed2/68747470733a2f2f62616467656e2e6e65742f62616467652f636d732f4f63746f626572253230434d53) [![](https://camo.githubusercontent.com/8ef1333110cedb8be792e165e201c69d776d92c196b7a26938e50ad4ddfb0f84/68747470733a2f2f62616467656e2e6e65742f62616467652f747970652f706c7567696e)](https://camo.githubusercontent.com/8ef1333110cedb8be792e165e201c69d776d92c196b7a26938e50ad4ddfb0f84/68747470733a2f2f62616467656e2e6e65742f62616467652f747970652f706c7567696e)

To bring October CMS down:

```
php artisan down

```

To bring October CMS up:

```
php artisan up

```

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

[](#installation)

```
composer require vdlp/oc-maintenance-plugin

```

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

[](#configuration)

To configure this plugin execute the following command:

```
php artisan vendor:publish --provider="Vdlp\Maintenance\Providers\MaintenanceServiceProvider" --tag="config"

```

Customization
-------------

[](#customization)

This plugin is shipped with a default maintenance page.

If you would like to customize this page you can create a folder called `maintenance` in the root of your project. Inside this directory you should create a file called `503.htm`. This file is rendered using the default view engine of your project and receives two variables: `app_name` and `locale`, where `app_name` is the value of the `app.name` configuration variable and `locale` is the active locale name.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance54

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 79.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 ~178 days

Recently: every ~318 days

Total

12

Last Release

320d ago

Major Versions

1.2.2 → 2.0.02021-07-13

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

1.2.2PHP ^7.1||^8.0

2.0.0PHP ^7.4 || ^8.0

2.2.0PHP ^8.0

2.2.1PHP ^8.0.2

### Community

Maintainers

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

---

Top Contributors

[![adrenth](https://avatars.githubusercontent.com/u/5699988?v=4)](https://github.com/adrenth "adrenth (43 commits)")[![sander-beenen](https://avatars.githubusercontent.com/u/2843816?v=4)](https://github.com/sander-beenen "sander-beenen (7 commits)")[![martendej](https://avatars.githubusercontent.com/u/9840109?v=4)](https://github.com/martendej "martendej (2 commits)")[![JaccoVDLP](https://avatars.githubusercontent.com/u/152970490?v=4)](https://github.com/JaccoVDLP "JaccoVDLP (1 commits)")[![martenvdlp](https://avatars.githubusercontent.com/u/83412223?v=4)](https://github.com/martenvdlp "martenvdlp (1 commits)")

---

Tags

503maintenancemaintenance-modeoctober-cmsoctobercmsoctobercms-pluginphpcmsmaintenanceoctoberoctobercms503

### Embed Badge

![Health badge](/badges/vdlp-oc-maintenance-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vdlp-oc-maintenance-plugin/health.svg)](https://phpackages.com/packages/vdlp-oc-maintenance-plugin)
```

###  Alternatives

[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/translate-plugin

Translate plugin for October CMS

12666.5k9](/packages/rainlab-translate-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)[responsiv/currency-plugin

Currency plugin for October CMS

171.3k1](/packages/responsiv-currency-plugin)

PHPackages © 2026

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