https://github.com/lexik/lexikmaintenancebundle
This Symfony2 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.
https://github.com/lexik/lexikmaintenancebundle
bundle php symfony symfony-bundle
Last synced: 5 months ago
JSON representation
This Symfony2 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.
- Host: GitHub
- URL: https://github.com/lexik/lexikmaintenancebundle
- Owner: lexik
- License: mit
- Archived: true
- Created: 2011-11-09T15:56:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T12:58:12.000Z (over 3 years ago)
- Last Synced: 2024-12-10T16:09:05.083Z (7 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 115 KB
- Stars: 257
- Watchers: 18
- Forks: 90
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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[](http://travis-ci.org/lexik/LexikMaintenanceBundle)
[](https://packagist.org/packages/lexik/maintenance-bundle)
[](https://insight.sensiolabs.com/projects/e433c419-0f87-4b6b-9d5b-c091bcf527e4)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](https://github.com/lexik/LexikMaintenanceBundle/blob/master/Resources/doc/index.md)