PHPackages                             northernco/maintenance-mode-bundle - 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. northernco/maintenance-mode-bundle

ActiveSymfony-bundle

northernco/maintenance-mode-bundle
==================================

Symfony bundle for enabling and disabling maintenance mode

1.4.0(10mo ago)117.3k—6.3%PHPPHP &gt;=8.0CI failing

Since Jul 3Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/northernco/NorthernMaintenanceModeBundle)[ Packagist](https://packagist.org/packages/northernco/maintenance-mode-bundle)[ RSS](/packages/northernco-maintenance-mode-bundle/feed)WikiDiscussions v1.4 Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (16)Used By (0)

Northern Maintenance Mode Bundle
================================

[](#northern-maintenance-mode-bundle)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require northernco/maintenance-mode-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require northernco/maintenance-mode-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Northern\MaintenanceModeBundle\NorthernMaintenanceModeBundle::class => ['all' => true],
];
```

Usage
=====

[](#usage)

Once the bundle is installed, you can both enable and disable maintenance mode on your application by running the following commands:

To enable maintenance mode: `bin/console app:maintenance --enable`

To disable maintenance mode: `bin/console app:maintenance --disable`

Overriding the Default Template
===============================

[](#overriding-the-default-template)

To override the default maintenance mode template, create your own template file at `templates/bundles/NorthernMaintenanceModeBundle/maintenance.html.twig`

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance54

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~189 days

Total

15

Last Release

311d ago

PHP version history (4 changes)1.0.0PHP ^7.2

v1.0.x-devPHP &gt;=7.2.5

v1.1.x-devPHP &gt;=7.4

v1.2.x-devPHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a86764618140851d8d7527877aa7d61d4d5c6771444a86355b0b1c6851734d8?d=identicon)[northernco](/maintainers/northernco)

---

Top Contributors

[![cpkdevries](https://avatars.githubusercontent.com/u/4500424?v=4)](https://github.com/cpkdevries "cpkdevries (27 commits)")

### Embed Badge

![Health badge](/badges/northernco-maintenance-mode-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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