PHPackages                             sheridan/zf2-maintenance-mode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sheridan/zf2-maintenance-mode

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

sheridan/zf2-maintenance-mode
=============================

A simple maintenance mode plugin for ZF2. When enabled displays a scheduled maintenance page, supports allowed IP addresses.

2231[1 issues](https://github.com/sheridans/zf2MaintenanceMode/issues)PHP

Since Oct 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sheridans/zf2MaintenanceMode)[ Packagist](https://packagist.org/packages/sheridan/zf2-maintenance-mode)[ RSS](/packages/sheridan-zf2-maintenance-mode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 is EOL, this has been archived for reference purposes.
==========================================================

[](#zf2-is-eol-this-has-been-archived-for-reference-purposes)

zf2MaintenanceMode
==================

[](#zf2maintenancemode)

Introduction
============

[](#introduction)

A simple maintenance mode plugin for ZF2. When enabled displays a scheduled maintenance page, supports allowed IP addresses.

Installation
------------

[](#installation)

### Using composer

[](#using-composer)

1. Add `sheridan/zf2-maintenance-mode` (version `dev-master`) to requirements
2. Run `update` command on composer
3. Add `zf2MaintenanceMode` to your `application.config.php` file

### Manually

[](#manually)

Clone this project into your `./vendor/` directory and enable it in your `application.config.php` file.

### Requires

[](#requires)

PHP &gt;= 5.3.3

Configuration
-------------

[](#configuration)

Create a config/maintenance.global.php file with the following contents

```
```
