air-php/dispatcher
Composer 安装命令:
composer require air-php/dispatcher
包简介
A route dispatching library.
README 文档
README
The dispatcher library includes classes for dispatching web application routes.
Installation
Installation via Composer is recommended.
"require": {
"air-php/dispatcher": "dev-master"
}
Dispatcher
The dispatch() method of the Dispatcher class takes a ResolvedRequest (compatible with Air's ResolvedRequest interface) and dispatches it.
If present, the dispatcher will call a before() and after() method on the target controller, before and after it calls the controller's action. This provides two useful hooks for code execution in your application's controllers.
统计信息
- 总下载量: 2.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-08-31