rubricate / uri
A lightweight and expressive URI parser and router component with regex placeholder support for modern MVC architectures.
v4.0.1
2026-06-08 00:13 UTC
Requires
- php: >=8.2
- rubricate/filter: ^4.0
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.0
README
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 https://rubricate.github.io/components/uri
- issues: https://github.com/rubricate/uri/issues
Credits
- All Contributors (Let's program)
License
The MIT License (MIT). Please see License File for more information.