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

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

armetiz/redirect-bundle
=======================

Symfony Bundle to manage domains

1.1.1(12y ago)5280BSDPHPPHP &gt;=5.3.2

Since Oct 12Pushed 12y ago2 watchersCompare

[ Source](https://github.com/wozbe/WozbeRedirectBundle)[ Packagist](https://packagist.org/packages/armetiz/redirect-bundle)[ Docs](http://www.wozbe.com)[ RSS](/packages/armetiz-redirect-bundle/feed)WikiDiscussions master Synced today

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

WozbeRedirectBundle
===================

[](#wozberedirectbundle)

You have many domains :

-
-
-
-

Users have to be redirect to **** from ****

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

[](#installation)

Installation is a quick 3 step process:

1. Download WozbeRedirectBundle using composer
2. Enable the Bundle
3. Configure your application's config.yml

### Step 1: Download WozbeRedirectBundle using composer

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

Add WozbeRedirectBundle in your composer.json:

```
{
    "require": {
        "wozbe/redirect-bundle": "*"
    }
}
```

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

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

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
