PHPackages                             iulyanp/maintenance-bundle - 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. iulyanp/maintenance-bundle

Abandoned → [iulyanp/maintenance-bundle](/?search=iulyanp%2Fmaintenance-bundle)Symfony-bundle

iulyanp/maintenance-bundle
==========================

A simple symfony bundle that helps you set your application in maintenance.

v1.0.0(9y ago)058MITPHPPHP &gt;=5.6|^7.0

Since Oct 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/iulyanp/maintenance-bundle)[ Packagist](https://packagist.org/packages/iulyanp/maintenance-bundle)[ RSS](/packages/iulyanp-maintenance-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/aeae6d63c8932b11b79647244f212780446ab516ea3bc39b7043e6338b8b0bd5/68747470733a2f2f7472617669732d63692e6f72672f69756c79616e702f6d61696e74656e616e63652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/iulyanp/maintenance-bundle)[![StyleCI](https://camo.githubusercontent.com/3c5fabf9fb6b4d9f341507ece8e721eceac605fea23d28e7ed29c794e94a893d/68747470733a2f2f7374796c6563692e696f2f7265706f732f37313237383737302f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/71278770)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c8fbd737345b16383c78a295ec6c638c27edc97c87c98926c1190a3a64b93e2f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69756c79616e702f6d61696e74656e616e63652d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/iulyanp/maintenance-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/e671110200982b52fc81bd4c8d026b438d2f0cc673f57004292ad088ad5aa550/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69756c79616e702f6d61696e74656e616e63652d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/iulyanp/maintenance-bundle/build-status/master)

MaintenanceBundle
-----------------

[](#maintenancebundle)

The `MaintenanceBundle` is a simple bundle that helps you to set your application in maintenance.

### Installation

[](#installation)

#### Step 1: Require the bundle with composer

[](#step-1-require-the-bundle-with-composer)

Open your terminal and run one of the following commands to download the bundle into your vendor directory.

- If you have composer installed globally you can run:

```
$ composer require iulyanp/maintenance-bundle

```

- Else you can go with:

```
$ php composer.phar require iulyanp/maintenance-bundle

```

#### Step 2: Register the bundle in your AppKernel class

[](#step-2-register-the-bundle-in-your-appkernel-class)

Register the bundle in the app/AppKernel.php file of your project:

```
