eo / redirect-bundle
Symfony2 redirect bundle
Installs: 2 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/eo/redirect-bundle
Requires
- symfony/symfony: >=2.1,<2.6-dev
 
This package is auto-updated.
Last update: 2025-10-24 02:09:13 UTC
README
Prerequisites
This version of the bundle requires Symfony 2.1+
Installation
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
Enable the bundle in the kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Eo\RedirectBundle\EoRedirectBundle(),
    );
}
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests related to this bundle are tracked in the Github issue tracker https://github.com/eymengunay/EoRedirectBundle/issues.