PHPackages                             exs/normalized-url-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. [Database &amp; ORM](/categories/database)
4. /
5. exs/normalized-url-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

exs/normalized-url-bundle
=========================

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

043PHP

Since May 13Pushed 9y ago8 watchersCompare

[ Source](https://github.com/ExSituMarketing/EXS-NormalizedUrlBundle)[ Packagist](https://packagist.org/packages/exs/normalized-url-bundle)[ RSS](/packages/exs-normalized-url-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EXS-NormalizedUrlBundle
=======================

[](#exs-normalizedurlbundle)

Bundle for looking up and storing normalized urls in 3 parts

Installing the EXS-NormalizedUrlBundle in a new Symfony2 project
----------------------------------------------------------------

[](#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

[](#contributing)

Anyone and everyone is welcome to contribute.

If you have any questions or suggestions please [let us know](http://www.ex-situ.com/).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/af284ff600087e33c35e00252ade1cc1dc3987f969661b91b036254dbe4bbb9c?d=identicon)[rumpranger](/maintainers/rumpranger)

---

Top Contributors

[![slee1803](https://avatars.githubusercontent.com/u/10144066?v=4)](https://github.com/slee1803 "slee1803 (10 commits)")

### Embed Badge

![Health badge](/badges/exs-normalized-url-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/exs-normalized-url-bundle/health.svg)](https://phpackages.com/packages/exs-normalized-url-bundle)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M543](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
