shinymayhem / shiny-rest
支持 JSON, XML 格式的 REST,并提供 api-problem 风格的错误处理
v0.0.2
2014-06-10 03:05 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-24 01:30:56 UTC
README
错误代码尚未准备就绪
# 使用 Composer 安装
"require": {
"shinymayhem/shiny-lib": "dev-master"
}
# 使用方法
- 在 application.config.php 中启用 "ShinyRest" 和 "ShinyLib" 模块
- 扩展 ShinyRest\Mvc\Controller\AbstractActionController
- 等等