PHPackages                             uam/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. uam/maintenance-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

uam/maintenance-bundle
======================

0.2.0(9y ago)13.7kMITPHP

Since Nov 12Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (4)Used By (0)

UAMMaintenanceBundle
====================

[](#uammaintenancebundle)

A symfony 2 bundle to manage maintenance periods for your symfony app.

Requirements
------------

[](#requirements)

- Propel ORM

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

[](#installation)

#### Add repository to your project's `composer.json`:

[](#add-repository-to-your-projects-composerjson)

```
"repositories": [
		{
			"type": "composer",
			"url": "http://satis.united-asian.com/symfony"
		},
		...
]
```

#### Add the bundle to your project's `composer.json`:

[](#add-the-bundle-to-your-projects-composerjson)

```
{
    "require": {
        "uam/maintenance-bundle": "dev-master",
        "uam/twig-i18n-extension": "dev-master",
        ...
    }
}
```

#### Run `composer update` to install the bundle:

[](#run-composer-update-to-install-the-bundle)

```
$ php bin/composer.phar update
```

assuming composer.phar is in bin directory.

#### Enable the bundle in the app's kernel:

[](#enable-the-bundle-in-the-apps-kernel)

enable the UAMMaintenanceBundle, UAMDatatablesBundle and UAMTwigI18nBundle in app's kernel.

```
