PHPackages                             rubricate/uri - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rubricate/uri

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rubricate/uri
=============

A lightweight and expressive URI parser and router component with regex placeholder support for modern MVC architectures.

v4.1.0(1mo ago)44871MITPHPPHP &gt;=8.2

Since Jul 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/rubricate/uri)[ Packagist](https://packagist.org/packages/rubricate/uri)[ RSS](/packages/rubricate-uri/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (5)Dependencies (4)Versions (24)Used By (1)

RubricatePHP Uri
================

[](#rubricatephp-uri)

[![Maintainer](https://camo.githubusercontent.com/12ec67552930b171d896cce3a73e9f9ff96c1d805edf534227f34a9c929bf4f9/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406573746566616e696f6e73616e746f732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://estefanionsantos.github.io/)[![Source Code](https://camo.githubusercontent.com/2a59beffac0a3e4b0f68f83b985c95395d8927e00ff8a608b43b64d6cbc1631b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d7275627269636174652f7572692d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/rubricate/uri)[![PHP from Packagist](https://camo.githubusercontent.com/8ab99b8e96d415efa3a5f83668f745ca5ae5d0a7ab2125e6beb88d773a0743ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7275627269636174652f7572692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rubricate/uri)[![Latest Version](https://camo.githubusercontent.com/1cf6482dacc8b99af25dc28ac3a7c33e068621c1b6b931424e46182f78d17ae3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7275627269636174652f7572692e7376673f7374796c653d666c61742d737175617265)](https://github.com/rubricate/uri/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/bdc2274e0cd723f575233a186a58c56f52065fb6157c896eeae44bdf90990c41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7275627269636174652f7572692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rubricate/uri)

A lightweight and expressive URI parser and router component with regex placeholder support for modern MVC architectures.

```
$ composer require rubricate/uri

```

.htaccess:

```
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]

```

- Documentation is at
- issues:

### Credits

[](#credits)

- [All Contributors](https://github.com/rubricate/uri/contributors) (Let's program)

### License

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/rubricate/uri?tab=MIT-1-ov-file) for more information.

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance92

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 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.

###  Release Activity

Cadence

Every ~149 days

Recently: every ~230 days

Total

23

Last Release

37d ago

Major Versions

v0.7.4 → v1.0.02023-09-04

v1.0.0 → v2.2.02023-09-12

v2.2.1 → v3.0.02025-01-22

v3.0.0 → v4.0.02026-06-07

PHP version history (6 changes)v0.1.0PHP &gt;=5.3.0

v0.7.3PHP ^7.1

v1.0.0PHP &gt;=5.4

v2.2.0PHP &gt;=7.2

v3.0.0PHP &gt;=8.0

v4.0.1PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![estefanionsantos](https://avatars.githubusercontent.com/u/6088043?v=4)](https://github.com/estefanionsantos "estefanionsantos (43 commits)")

---

Tags

uriroutermvcurl-parserplaceholdersrubricate

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/rubricate-uri/health.svg)

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

###  Alternatives

[league/uri-components

URI components manipulation library

32044.0M105](/packages/league-uri-components)[sabre/uri

Functions for making sense out of URIs.

29638.6M46](/packages/sabre-uri)[bramus/router

A lightweight and simple object oriented PHP Router

1.1k504.0k59](/packages/bramus-router)[laminas/laminas-uri

A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)

3838.6M104](/packages/laminas-laminas-uri)[cybercog/laravel-optimus

An Optimus bridge for Laravel. Id obfuscation based on Knuth's multiplicative hashing method.

193583.0k](/packages/cybercog-laravel-optimus)[opis/uri

Build, parse and validate URIs and URI-templates

2128.8M8](/packages/opis-uri)

PHPackages © 2026

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