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

Maintainers

Package info

github.com/rubricate/uri

Documentation

pkg:composer/rubricate/uri

Statistics

Installs: 417

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v4.0.1 2026-06-08 00:13 UTC

README

Maintainer Source Code PHP from Packagist Latest Version Software License Total Downloads

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]

Credits

License

The MIT License (MIT). Please see License File for more information.