Download the PHP package aronwu/restful without Composer
On this page you can find all versions of the php package aronwu/restful. 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 restful
Restful Client
RestfulClient是最轻量的Restful PHP 客户端库
如何导入
composer
配置HostAlias
如何设置Http Basic Authorization
Restful动作
支持 GET, POST, PUT, DELETE,PATCH 五个http mothod
Restful请求路径
比如 GET /orders/{order_id}/weixinpay
每个//之间资源都可以作为方法名称调用,比如/orders/ 可以调用方法orders, 方法参数也作为访问的路径自动添加。
手动设置Restful请求路径
调用path方法手动设置请求路径。
设置POST、PUT请求数据格式
设置x-www-form-urlencoded和 json格式调用format方法,默认是json格式。
All versions of restful with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
ext-curl Version *
ext-curl Version *
The package aronwu/restful contains the following files
Loading the files please wait ....