rubricate/uri
Composer 安装命令:
composer require rubricate/uri
包简介
A lightweight and expressive URI parser and router component with regex placeholder support for modern MVC architectures.
README 文档
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.
统计信息
- 总下载量: 417
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-01