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

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

artgris/maintenance-bundle
==========================

Symfony Bundle to place your Symfony website in maintenance mode

1.2.4(2y ago)2697.5k↑33.1%7MITPHPPHP &gt;=8.0.2CI failing

Since Nov 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/artgris/MaintenanceBundle)[ Packagist](https://packagist.org/packages/artgris/maintenance-bundle)[ Docs](https://github.com/artgris/MaintenanceBundle)[ RSS](/packages/artgris-maintenance-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (19)Used By (0)

MaintenanceBundle
=================

[](#maintenancebundle)

Symfony Bundle to place your Symfony website in maintenance mode - [**Default Maintenance Page**](https://artgris.github.io/MaintenanceBundle/)

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

[](#installation)

### 1) Download

[](#1-download)

`composer require artgris/maintenance-bundle`

### 2) Configure the Bundle

[](#2-configure-the-bundle)

Adds following configurations

to ` config/packages/artgris_maintenance.yaml` :

```
artgris_maintenance:
    enable: true                 # Enable|Disable maintenance - default: false
    ips: ["127.0.0.1","::1",...] # IPs allow (prod) - default: []
    response: 503                # Maintenance Page HTTP Status Code - default: 503
```

### 3) Override maintenance.html.twig (optional)

[](#3-override-maintenancehtmltwig-optional)

in `templates/bundles/ArtgrisMaintenanceBundle/maintenance.html.twig`

ex:

```
{% extends "@!ArtgrisMaintenance/maintenance.html.twig" %}

{% block content %}
    Site en cours de maintenance
    Nous reviendrons bientôt. Désolé pour le dérangement.
{% endblock %}
```

Usage
=====

[](#usage)

The `dev` environment was not affected by maintenance.

- Enable|Disable maintenance : `enable: true|false`
- Add authorized IPs to prod : `ips: ["127.0.0.1","::1",...]`
- Maintenance Page HTTP Status Code : `response: 503`

Don't forget to clear the `prod` cache :

```
php bin/console cache:clear

```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 88.2% 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 ~166 days

Total

17

Last Release

804d ago

PHP version history (3 changes)1.0.0PHP &gt;=5.3.3

1.1.1PHP &gt;=7.1.3

1.2.0PHP &gt;=8.0.2

### Community

Maintainers

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

---

Top Contributors

[![artgris](https://avatars.githubusercontent.com/u/22889596?v=4)](https://github.com/artgris "artgris (45 commits)")[![sebo32](https://avatars.githubusercontent.com/u/11462912?v=4)](https://github.com/sebo32 "sebo32 (2 commits)")[![baiiko](https://avatars.githubusercontent.com/u/3129221?v=4)](https://github.com/baiiko "baiiko (1 commits)")[![intersecato](https://avatars.githubusercontent.com/u/79763120?v=4)](https://github.com/intersecato "intersecato (1 commits)")[![mozan](https://avatars.githubusercontent.com/u/6404003?v=4)](https://github.com/mozan "mozan (1 commits)")[![nibsirahsieu](https://avatars.githubusercontent.com/u/208039?v=4)](https://github.com/nibsirahsieu "nibsirahsieu (1 commits)")

---

Tags

maintenance-modesymfonysymfony-bundlesymfony3symfonybundlemaintenance

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.3M13](/packages/pentatrion-vite-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[flagception/flagception-bundle

Feature toggle bundle on steroids.

283.8M](/packages/flagception-flagception-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)

PHPackages © 2026

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