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)0180MITPHPPHP ^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 today

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

31

—

LowBetter than 66% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

720d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47360544?v=4)[Dawid Cieśliczka](/maintainers/drawik)[@drawik](https://github.com/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

33910.7M19](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2766.8M25](/packages/pentatrion-vite-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[artgris/maintenance-bundle

Symfony Bundle to place your Symfony website in maintenance mode

24105.0k](/packages/artgris-maintenance-bundle)

PHPackages © 2026

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