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
- All Contributors (Let's program)
The MIT License (MIT). Please see License File for more information.