PHPackages                             kmadejski/ezplatform-maintenance-mode - 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. kmadejski/ezplatform-maintenance-mode

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

kmadejski/ezplatform-maintenance-mode
=====================================

Maintenance mode bundle for Ibexa DXP v2.5+

v0.1.0(5y ago)36.9k1GPL-2.0-onlyPHPPHP ^7.3CI failing

Since Aug 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kmadejski/ezplatform-maintenance-mode)[ Packagist](https://packagist.org/packages/kmadejski/ezplatform-maintenance-mode)[ Docs](https://github.com/kmadejski/ezplatform-maintenance-mode)[ RSS](/packages/kmadejski-ezplatform-maintenance-mode/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (8)Versions (10)Used By (0)

Ibexa DXP Maintenance Mode Bundle
=================================

[](#ibexa-dxp-maintenance-mode-bundle)

This Ibexa DXP v3.x+ bundle provides a simple way to switch the whole site or selected SiteAccess to maintenance mode.

In this mode the site (or particular SiteAccess) will not be available for the end-users. Selected template is displayed instead.

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

[](#installation)

- Install the bundle:

```
composer require kmadejski/ezplatform-maintenance-mode
```

- If you do not use Symfony Flex, you have to enable the bundle manually in your `config/bundles.php` file:

```
    ...
    EzSystems\EzPlatformMaintenanceModeBundle\EzSystemsEzPlatformMaintenanceModeBundle::class => ['all' => true]
```

- Clear application cache:

```
php bin/console cache:clear --env=prod
```

Configuration
=============

[](#configuration)

Bundles configuratiton is SiteAccess-aware, therefore all options are configurable in `ezplatform.yml` under `default` SiteAccess configuration key (if you want to switch the whole site into maintenance mode) or under selected SiteAccess:

```
ezplatform:
    system:
        default:
            maintenance_mode:
                enabled: true
```

By default `503` HTTP response code is returned and a default template `@EzSystemsEzPlatformMaintenanceMode/maintenance.html.twig` is rendered. No IP addresses are allowed to visit the page. To modify this behaviour you can add an additional configuration as following example presents:

```
ezplatformgs:
    system:
        default:
            maintenance_mode:
                enabled: true
                allowed_ips: ['::1', '10.0.0.1', '192.168.0.0/16']
                response_code: 404
                template: '@Acme/custom_maintenance.html.twig'
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~77 days

Recently: every ~116 days

Total

7

Last Release

2002d ago

PHP version history (2 changes)v0.0.1PHP ^7.1

v0.1.0PHP ^7.3

### Community

Maintainers

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

---

Top Contributors

[![kmadejski](https://avatars.githubusercontent.com/u/10659510?v=4)](https://github.com/kmadejski "kmadejski (15 commits)")[![OLTC-fperrin](https://avatars.githubusercontent.com/u/16817276?v=4)](https://github.com/OLTC-fperrin "OLTC-fperrin (1 commits)")

---

Tags

dxpezplatformezplatform-bundleibexaibexadxpmaintenance-modesiteaccesssymfony

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kmadejski-ezplatform-maintenance-mode/health.svg)

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

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[pugx/autocompleter-bundle

Add an autocomplete type to forms

93861.6k3](/packages/pugx-autocompleter-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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