indydevguy / maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
Installs: 114
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4.0
- ext-pdo: *
- symfony/framework-bundle: ~2.7|~3.0|~4.0|~5.0
- symfony/translation: ~2.7|~3.0|~4.0|~5.0
Requires (Dev)
- symfony/phpunit-bridge: ~2.7|~3.0|~4.0|~5.0
This package is auto-updated.
Last update: 2025-03-01 00:37:08 UTC
README
This bundle allows you to place your website in maintenance mode.
A page with status code 503 appears to users, several ways to authorize via the configuration.
Several choices of maintenance modes are possible: a simple test of an existing file, memcache, or in a database via Doctrine ORM.
Documentation
For installation and examples refer to Resources/doc/index.md