PHPackages                             eo/redirect-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. eo/redirect-bundle

ActiveSymfony-bundle

eo/redirect-bundle
==================

Symfony2 redirect bundle

02.1kPHP

Since Jun 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/eymengunay/EoRedirectBundle)[ Packagist](https://packagist.org/packages/eo/redirect-bundle)[ RSS](/packages/eo-redirect-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EoRedirectBundle
================

[](#eoredirectbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/257a4cd23ae7361b81259f19f9c405022490781d596d248f40b28b06cefc34c1/68747470733a2f2f706f7365722e707567782e6f72672f656f2f72656469726563742d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/eo/redirect-bundle)[![Total Downloads](https://camo.githubusercontent.com/fd2071f310cd2f845f4d1c5f46c2cc92547a7c4df954811685c2a2657b473bd7/68747470733a2f2f706f7365722e707567782e6f72672f656f2f72656469726563742d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eo/redirect-bundle)

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+

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

[](#installation)

### Step 1: Download EoRedirectBundle using composer

[](#step-1-download-eoredirectbundle-using-composer)

Add EoRedirectBundle in your composer.json:

```
{
    "require": {
        "eo/redirect-bundle": "dev-master"
    }
}

```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update eo/redirect-bundle

```

Composer will install the bundle to your project's vendor/eo directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
