laasti/directions
Composer 安装命令:
composer require laasti/directions
包简介
A HTTP message router using nikic's FastRoute.
README 文档
README
A HTTP message router using nikic's FastRoute
Features
- Use any callable as a controller, or use a Interop container value
- Use strategies to change how your routes are handled
- Add middlewares (callables) to your routes if your strategy supports it (requires laasti/peels)
- Personalize routes with attributes to help passing parameters to your controllers. Attributes are automatically distributes to the request's attributes
Todo
- Add your own parsing formats ie hex
Installation
composer require laasti/directions
Usage
TODO
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
History
See Github's releases
Credits
Author: Sonia Marquette (@nebulousGirl)
License
Released under the MIT License. See LICENSE.txt file.
统计信息
- 总下载量: 194
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-20