PHPackages                             drawik/symfony-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. drawik/symfony-maintenance-mode-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

drawik/symfony-maintenance-mode-bundle
======================================

Bundle that enables and disables maintenance mode

1.1.1(1y ago)0165MITPHPPHP ^8.2

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/drawik/symfony-maintenance-mode-bundle)[ Packagist](https://packagist.org/packages/drawik/symfony-maintenance-mode-bundle)[ RSS](/packages/drawik-symfony-maintenance-mode-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

Symfony Maintenance Mode Bundle
===============================

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

This Bundle enables put symfony into maintenance mode.

Bundle is prepared for Symfony ver. 6 and 7.

### Installation

[](#installation)

### Composer Require

[](#composer-require)

To install this extension run `composer require drawik/symfony-maintenance-mode-bundle`

### Usage

[](#usage)

- Enable maintenance mode: `bin/console maintenance:enable`
- Disable maintenance mode: `bin/console maintenance:disable`

### Configuration

[](#configuration)

You can configure some behavior of bundle.

- state of bundle (enabled/disabled) without removing bundle
- list of ip addresses that are allowed to access site despite enabled maintenance mode
- location of lock file (default: /tmp/maintenance\_mode.lock)

Add to config/packages `maintenance_mode.yaml` file.

Example content:

```
maintenance_mode:
    maintenance_config:
        enabled: 1
        allowed_ips: [ '127.0.0.1', '172.20.0.11' ]
        lock_file_path: /tmp/maintenance_mode.lock

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~87 days

Recently: every ~108 days

Total

6

Last Release

665d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7786c4338e5a290396308e55a5430c8a46dbf0d1812757bb576c6f0198da938b?d=identicon)[drawik](/maintainers/drawik)

---

Top Contributors

[![drawik](https://avatars.githubusercontent.com/u/47360544?v=4)](https://github.com/drawik "drawik (5 commits)")[![dawidciesliczka-fwc](https://avatars.githubusercontent.com/u/258239971?v=4)](https://github.com/dawidciesliczka-fwc "dawidciesliczka-fwc (2 commits)")

---

Tags

maintenancemaintenancemodesymfonysymfonybundlemaintenance

### Embed Badge

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

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

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[artgris/maintenance-bundle

Symfony Bundle to place your Symfony website in maintenance mode

2697.5k](/packages/artgris-maintenance-bundle)[ekreative/uuid-extra-bundle

Paramconverter, Normalizer and Form Type for Ramsey Uuid

18168.6k](/packages/ekreative-uuid-extra-bundle)[fsi/datagrid-bundle

FSi Datagrid Bundle

1859.8k1](/packages/fsi-datagrid-bundle)[glooby/task-bundle

Scheduling of tasks for symfony made simple

3216.3k](/packages/glooby-task-bundle)

PHPackages © 2026

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