deralia / maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
Package info
github.com/deralia/LexikMaintenanceBundle
Type:symfony-bundle
pkg:composer/deralia/maintenance-bundle
Requires
- php: ^8.2
- symfony/console: ^7.3|^8.0
- symfony/framework-bundle: ^7.3|^8.0
- symfony/translation: ^7.3|^8.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.14|^3.0
- doctrine/orm: ^2.0|^3.0
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^10.5|^11.0
- rector/rector: ^2.0
- symfony/phpunit-bridge: ^7.3|^8.0
Suggests
- ext-memcache: *
- ext-pdo: *
This package is auto-updated.
Last update: 2026-07-08 11:40:13 UTC
README
This bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration
Several choices of maintenance mode are possible: a simple test of an existing file, or memcache, or in a database.
Documentation
For installation and how to use the bundle refer to src/Resources/doc/index.md