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

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

cvr/under-maintenance-bundle
============================

Symfony Bundle for maintenance

1.1.1(4y ago)010MITPHPPHP &gt;=7.1

Since Feb 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Cr7t3K/UnderMaintenanceBundle)[ Packagist](https://packagist.org/packages/cvr/under-maintenance-bundle)[ RSS](/packages/cvr-under-maintenance-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Under Maintenance Bundle
========================

[](#under-maintenance-bundle)

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

[](#installation)

### Install it via composer

[](#install-it-via-composer)

```
composer require cvr/under-maintenance-bundle
```

### Register the bundle

[](#register-the-bundle)

Register bundle into `config/bundles.php`:

```
return [
    //.....
    Cvr\UnderMaintenanceBundle\UnderMaintenanceBundle::class => ['all' => true],
];
```

Usage
=====

[](#usage)

Enable maintenance and configure your token in your `.env`:

```
###< cvr/under-maintenance-bundle ###
# Maintenance mode (0=disabled and 1=enabled)
MAINTENANCE=1
MAINTENANCE_TOKEN=
###< cvr/under-maintenance-bundle ###

```

Access your site with the maintenance token

```
http://your-domain?maintenance=

```

Override Maintenance Templates
==============================

[](#override-maintenance-templates)

Create new folder named `UnderMaintenanceBundle` in your `templates/bundles/` application and create new twig template `maintenance.html.twig`.

> Then, don't forget to clear the cache `php bin/console cache:clear`

```
├── bin/
├── config/
├── public/
├── src/
├── templates/
│   └── bundles/
│       └── UnderMaintenanceBundle/
│           └── maintenance.html.twig
├── tests/
├── translations/

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

3

Last Release

1548d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85d04cc92734778e59da1fd72f5140354ca4fa64dbb3c208504c666ae937cf75?d=identicon)[Cvr](/maintainers/Cvr)

---

Top Contributors

[![Cr7t3K](https://avatars.githubusercontent.com/u/49417277?v=4)](https://github.com/Cr7t3K "Cr7t3K (10 commits)")

---

Tags

bundlemaintenancedeveloppement

### Embed Badge

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

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

###  Alternatives

[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)

PHPackages © 2026

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