deralia / maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 91
Type:symfony-bundle
Requires
- php: ^8.1
- symfony/console: ^6.0|^7.0
- symfony/framework-bundle: ^6.0|^7.0
- symfony/translation: ^6.0|^7.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.0|^3.0
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^8.5|^9.5
- rector/rector: ^2.0
- symfony/phpunit-bridge: ^6.0|^7.0
Suggests
- ext-memcache: *
- ext-pdo: *
This package is auto-updated.
Last update: 2025-05-05 13:53:50 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