PHPackages                             ibexa/templated-uri-router - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ibexa/templated-uri-router

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

ibexa/templated-uri-router
==========================

Fork of hautelook/templated-uri-router. Symfony RFC-6570 compatible router and URL Generator

5.0.0(1y ago)31.3M↓19.5%11MITPHPPHP &gt;=8.3CI passing

Since Sep 10Pushed 2mo ago12 watchersCompare

[ Source](https://github.com/ibexa/templated-uri-router)[ Packagist](https://packagist.org/packages/ibexa/templated-uri-router)[ Docs](http://www.hautelooktech.com/)[ RSS](/packages/ibexa-templated-uri-router/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (12)Used By (1)

Hautelook Templated URI Router
==============================

[](#hautelook-templated-uri-router)

Fork of `hautelook/templated-uri-router`. Symfony2 UrlGenerator that provides a [RFC-6570](https://tools.ietf.org/html/rfc6570) compatible router and URL Generator. Currently it is extremely naive, and incomplete. However, it does what we need it to do. Contributions are welcome.

[![Build Status](https://camo.githubusercontent.com/61d81d22b019569ed7c41f2888f2c8f733bcd282831de6624290181a5cac102b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f68617574656c6f6f6b2f54656d706c61746564557269526f757465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/hautelook/TemplatedUriRouter)

Installation
------------

[](#installation)

Run the following command (assuming you have composer.phar or composer binary installed), or require `ibexa/templated-uri-router` to your `composer.json` and run `composer install`:

```
$ composer require ibexa/templated-uri-router
```

Usage
-----

[](#usage)

```
# routing.yml
hautelook_demo_route:
    pattern: /demo
```

```
use Hautelook\TemplatedUriRouter\Routing\Generator\Rfc6570Generator as TemplateGenerator;

$templateGenerator = new TemplateGenerator($routes, $context);
$templatedUri      = $templateGenerator->generate('hautelook_demo_route', array(
    'page'   => '{page}',
    'sort'   => array('{sort}'),
    'filter' => array('{filter}'),
));
```

This will produce a link similar to:

```
/demo{?page,sort*,filter*}

```

Bundle
------

[](#bundle)

The symfony2 bundle lives at .

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance68

Regular maintenance activity

Popularity43

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~335 days

Total

5

Last Release

371d ago

Major Versions

v2.0.3 → 5.0.02025-05-12

PHP version history (2 changes)3.3.x-devPHP &gt;=5.3.0

5.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/681611?v=4)[Ibexa Bot](/maintainers/ezrobot)[@ezrobot](https://github.com/ezrobot)

![](https://avatars.githubusercontent.com/u/130489?v=4)[Łukasz Serwatka](/maintainers/lserwatka)[@lserwatka](https://github.com/lserwatka)

---

Top Contributors

[![alongosz](https://avatars.githubusercontent.com/u/7099219?v=4)](https://github.com/alongosz "alongosz (7 commits)")[![webhdx](https://avatars.githubusercontent.com/u/10212760?v=4)](https://github.com/webhdx "webhdx (5 commits)")[![mnocon](https://avatars.githubusercontent.com/u/10993858?v=4)](https://github.com/mnocon "mnocon (4 commits)")[![Nattfarinn](https://avatars.githubusercontent.com/u/5822569?v=4)](https://github.com/Nattfarinn "Nattfarinn (3 commits)")[![OstafinL](https://avatars.githubusercontent.com/u/24355391?v=4)](https://github.com/OstafinL "OstafinL (1 commits)")

---

Tags

hacktoberfesturlurijsonxmlrouterSymfony2RFC 6570HATEOAS

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ibexa-templated-uri-router/health.svg)

```
[![Health](https://phpackages.com/badges/ibexa-templated-uri-router/health.svg)](https://phpackages.com/packages/ibexa-templated-uri-router)
```

PHPackages © 2026

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