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: 9
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3
- doctrine/orm: ~2.4
- swiftmailer/swiftmailer: ~5.4
- symfony/framework-bundle: ~2.7
- symfony/symfony: ~2.8
This package is auto-updated.
Last update: 2024-12-29 05:27:10 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.