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

ActiveSymfony-bundle

carteni/maintenance-bundle
==========================

v1.0.0(8y ago)0121[1 issues](https://github.com/Carteni/maintenance-bundle/issues)[1 PRs](https://github.com/Carteni/maintenance-bundle/pulls)MITPHPPHP ^5.5.9 || ^7.0

Since Jun 15Pushed 8y agoCompare

[ Source](https://github.com/Carteni/maintenance-bundle)[ Packagist](https://packagist.org/packages/carteni/maintenance-bundle)[ RSS](/packages/carteni-maintenance-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

[![](https://camo.githubusercontent.com/9c7b83e0f12cdbb0236fae249a71342dbd9d5d503970f2b4831af4889728a0ca/687474703a2f2f7777772e6d756c74696d65646961657870657269656e636573747564696f2e69742f5f63646e2f7075626c69632f6173736574732f6e6c6f676f2e737667)](http://www.multimediaexperiencestudio.it)

Show your site in maintenance mode. Allow to see the site *under maintenance* to a list of given IPs.

[![SensioLabsInsight](https://camo.githubusercontent.com/79c9ded35a8c5bf294bb0e70a49339b1422f3c57f546543d6e3aface8d4901e4/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64643931613633612d626632622d346462332d623061642d3236326633663662376464322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/dd91a63a-bf2b-4db3-b0ad-262f3f6b7dd2)

Installation
------------

[](#installation)

1. Download the Bundle.

```
$ composer require carteni/maintenance-bundle
```

2. Enable the Bundle in `AppKernel`.

```
public function registerBundles()
    {
        $bundles = [
            new \Mes\Misc\MaintenanceBundle\MesMaintenanceBundle(),
        ];
    }
```

3. Configure the Bundle.

```
mes_maintenance:
    enabled: true
    ips_allowed: [10.10.10.0, 10.10.10.1, 10.10.10.2]
    controller: your_custom_controller:controllerAction or leave blank: controller ~.
```

If you prefer xml:

```

        10.10.10.0
        10.10.10.1
        10.10.10.2

```

The **maintenance template** can be overridden in `app/Resources/MesMaintenanceBundle/views/index.html.twig`

```
# app/Resources/MesMaintenanceBundle/views/index.html.twig
{% extends '::base.html.twig' %}

{% block body %}
    Custom Template
    {% include '@MesMaintenance/maintenance.html.twig' %}
{% endblock %}
```

You can also override the `maintenance.html.twig` template in `app/Resources/MesMaintenanceBundle/views/maintenance.html.twig`

Unit tests and check code style
-------------------------------

[](#unit-tests-and-check-code-style)

```
$ make
$ make test
$ make cs
```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license [in the bundle](LICENSE)

Reporting an issue
------------------

[](#reporting-an-issue)

Issues are tracked in the [Github issue tracker](https://github.com/Carteni/maintenance-bundle/issues).

### Enjoy!

[](#enjoy)

###### ♥ ☕ m|e|s

[](#--mes)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2

Last Release

3256d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e0384d7b58db561e51d18fb26359b83a48f2905ef0c8371500d3f2030d4c9dc?d=identicon)[carteni](/maintainers/carteni)

---

Top Contributors

[![carteni](https://avatars.githubusercontent.com/u/20724691?v=4)](https://github.com/carteni "carteni (8 commits)")

---

Tags

bundlemaintenancemaintenance-modephpsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[rikudou/psr6-dynamo-db-bundle

PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony

2077.8k](/packages/rikudou-psr6-dynamo-db-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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