ady / maintenance-bundle
This bundle allows you to place your website in maintenance mode by calling two commands from your console.
v3.0.6
2022-05-29 21:40 UTC
Requires
- php: ^7.2|^8.0
- ext-pdo: *
- symfony/console: ^4.4|^5.4|^6.0
- symfony/deprecation-contracts: ^2.1|^3
- symfony/framework-bundle: ^4.4|^5.4|^6.0
- symfony/translation: ^4.4|^5.4|^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^7.5.15|^8.5|^9.0
- symfony/phpunit-bridge: ^4.4|^5.4|^6.0
Suggests
- ext-memcache: *
- ext-sysvshm: *
- doctrine/doctrine-bundle: >=2.0.*
- doctrine/orm: >=2.0.*
README
AdyMaintenanceBundle
*This repository is forked from [LexikMaintenanceBundle](https://github.com/lexik/LexikMaintenanceBundle).* [![pipeline status](https://gitlab.com/adynemo/maintenance-bundle/badges/master/pipeline.svg)](https://gitlab.com/adynemo/maintenance-bundle/-/commits/master) [![coverage report](https://gitlab.com/adynemo/maintenance-bundle/badges/master/coverage.svg)](https://gitlab.com/adynemo/maintenance-bundle/-/commits/master)Overview
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.
Original LexikMaintenanceBundle is no longer maintained, this fork has the ambition to support new Symfony and PHP versions.
Support | Version |
---|---|
Symfony | ^4.4 / ^5.4 / ^6.0 |
PHP | ^7.2 / ^8.0 |
Documentation
For installation and how to use the bundle refer to Resources/doc/index.md
Contributing
If you have any issue, please submit it on: