in-sys / symfony-maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console. Symfony 5.4 / 6
Installs: 4 097
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 90
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0||^8.1
- symfony/console: ^5.4||^6.0
- symfony/framework-bundle: ^5.4||^6.0
- symfony/translation: ^5.4||^6.0
- symfony/translation-contracts: ^2.0||^2.3
Requires (Dev)
- phpunit/phpunit: 8.5.*
This package is auto-updated.
Last update: 2024-12-18 05:17:24 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 Resources/doc/index.md