exs/normalized-url-bundle

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

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/exs/normalized-url-bundle

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

This package is auto-updated.

Last update: 2025-09-29 01:55: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.