toshy / maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
Installs: 12 921
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 91
Type:symfony-bundle
Requires
- php: >=7.4
- symfony/framework-bundle: ^6.0|^7.0
- symfony/translation: ^6.0|^7.0
Requires (Dev)
- phpunit/phpunit: 8.5.*
- symfony/phpunit-bridge: ^6.0|^7.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.0
- 2.2.0
- 2.1.13
- 2.1.12
- v2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- dev-master / 2.0.x-dev
- v2.0.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-fix/symfony-71-deprecation-extension
- dev-bug/php84-deprecations
- dev-sync/fork
- dev-prolixtechnikos-master
- dev-symfony2.0
This package is auto-updated.
Last update: 2025-02-21 19:39:12 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