Download the PHP package white-frame/http without Composer
On this page you can find all versions of the php package white-frame/http. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package http
Http
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
.
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
.
All versions of http with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5.1
white-frame/support Version ~5.1
league/fractal Version ~0.13
white-frame/support Version ~5.1
league/fractal Version ~0.13
The package white-frame/http contains the following files
Loading the files please wait ....