Search by

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

v4.1.0 2026-06-30 22:58 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.