Download the PHP package opdss/nroute without Composer
On this page you can find all versions of the php package opdss/nroute. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor opdss
Package nroute
Short Description a slim plugin
License MIT
Homepage http://php.istimer.com
Package nroute
Short Description a slim plugin
License MIT
Homepage http://php.istimer.com
Please rate this library. Is it a good library?
Informations about the package nroute
Nroute
slim框架的注释路由器
适用于psr4规范的 控制器->方法 类型路由
如我的控制器目录是 APP_DIR . 'Controllers', 其命名空间是 App\Controllers, 结构如下
- APP_DIR
- Controllers
- User.php
- Article.php
- Controllers
User.php 内容如下:
然后在index.php 加入如下代码:
/users 路由就会自动读取注册了
forceUseCache参数
forceUseCache参数可以加速路由注册执行的速度,略去了繁琐的文档扫描。 但是当使用了forceUseCache参数的时候,注册器会检测是否有缓存,有则直接读取,将不再判断扫描是否有更新。 所以生产环境使用了这个参数的时候,需要更新路由时可以使用forceUpdate() 方法强制扫描刷新路由缓存。
All versions of nroute with dependencies
PHP Build Version
Package Version
The package opdss/nroute contains the following files
Loading the files please wait ....