Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/adynemo/maintenance-bundle
This Symfony 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://gitlab.com/adynemo/maintenance-bundle
console database filesystem maintenance-mode memcache php shared-memory symfony symfony-bundle symfony4 symfony5 symfony6
Last synced: 21 days ago
JSON representation
This Symfony 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: gitlab.com
- URL: https://gitlab.com/adynemo/maintenance-bundle
- Owner: adynemo
- License: mit
- Created: 2021-05-21T00:56:58.136Z (over 3 years ago)
- Default Branch: master
- Last Synced: 2024-10-15T19:27:32.405Z (about 1 month ago)
- Topics: console, database, filesystem, maintenance-mode, memcache, php, shared-memory, symfony, symfony-bundle, symfony4, symfony5, symfony6
- Stars: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://gitlab.com/adynemo/maintenance-bundle/-/tree/master/Resources/doc)
Contributing
============If you have any issue, please submit it on:
- [GitLab](https://gitlab.com/adynemo/maintenance-bundle/-/issues/new)
- [GitHub](https://github.com/adynemo/MaintenanceBundle/issues/new)