exs/normalized-url-bundle

Bundle for looking up and storing normalized urls in 3 parts truncated at 255 characters each

dev-master 2016-05-13 14:18 UTC

This package is auto-updated.

Last update: 2024-04-29 03:59:34 UTC


README

Bundle for looking up and storing normalized urls in 3 parts

Installing the EXS-NormalizedUrlBundle in a new Symfony2 project

Edit composer.json file with EXS-NormalizedUrlBundle dependency:

//composer.json
//...
"require": {
    //other bundles
    "exs/normalized-url-bundle": "dev-master"
},

Save the file and have composer update the project via the command line:

composer update exs/normalized-url-bundle

Update the app/AppKernel.php

//app/AppKernel.php
//...
public function registerBundles()
{
    $bundles = array(
    //Other bundles
    new EXS\NormalizedUrlBundle\EXSNormalizedUrlBundle()
);

Contributing

Anyone and everyone is welcome to contribute.

If you have any questions or suggestions please let us know.