lexik/maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
Maintainers
Package info
github.com/lexik/LexikMaintenanceBundle
Type:symfony-bundle
pkg:composer/lexik/maintenance-bundle
Requires
- php: >=5.3.9
- symfony/framework-bundle: ~2.7|~3.0|^4.0
- symfony/translation: ~2.7|~3.0|^4.0
Requires (Dev)
- phpunit/phpunit: ~4.8|~5.7.11
- symfony/phpunit-bridge: ~2.7|~3.0|^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 3a3e916776934a95834235e4a1d71e4595d515f5
- Dev Lexik <dev.woop@lexik.fr>
- Gilles Gauthier <g.gauthier.woop@lexik.fr>
- Djuri Baars <info.woop@djurict.nl>
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
👁 Build Status
👁 Latest Stable Version
👁 SensioLabsInsight
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
