white-frame/http
最新稳定版本:5.2.0.0
Composer 安装命令:
composer require white-frame/http
包简介
Prebuilt http components for white frame
README 文档
README
Simple http Controller layout for WhiteFrame\Helloquent REST models and response helpers for browser and api response.
REST Model Controller
This controller will require a model with valid Presenter, Renderer, Transformer (for API), Repository, and a valid endpoint.
Simply extends your controller with WhiteFrame\Http\Controller\Resource\Controller.
use WhiteFrame\Http\Controller\Resource\Controller; class UserController extends Controller { protected $entity = 'Path\To\User'; }
Response Helpers
Add the WhiteFrame\Http\Controller\Helpers trait into your controller and you will have the following helpers :
$this->response(): return a multi formatResponse.
统计信息
- 总下载量: 413
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: WTFPL
- 更新时间: 2015-11-10