Download the PHP package simukti/rest-client without Composer
On this page you can find all versions of the php package simukti/rest-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simukti/rest-client
More information about simukti/rest-client
Files in simukti/rest-client
Download simukti/rest-client
More information about simukti/rest-client
Files in simukti/rest-client
Vendor simukti
Package rest-client
Short Description A practical PHP 7 REST API client on-top-of pecl-http.
License MIT
Package rest-client
Short Description A practical PHP 7 REST API client on-top-of pecl-http.
License MIT
Please rate this library. Is it a good library?
Informations about the package rest-client
README
A practical PHP 7 REST API client on-top-of pecl-http.
FEATURES
- Include authorization header generator (basic, bearer, jwt) with optional custom prefix value
- Auto json body based on request content-type
- Configurable http client and request options (based on pecl-http options)
- Built-in pipelined request support (pecl-http feature)
- Client/server error check by response status code
- Default request accept-encoding is
gzip, deflate
and auto inflate if server response is gziped or deflated
REQUIREMENTS
INSTALL
Add simukti/rest-client
to your composer.json
OR add require latest version via inline composer command
REQUEST
GET
POST
POST (UPLOAD FILES)
POST (Raw Data)
PUT
DELETE
AUTHORIZATION
JWT
Bearer
This is example if you have token from api server.
RESPONSE
Error Checking
Result
LICENSE
This project is released under the MIT licence.
All versions of rest-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-mbstring Version *
ext-http Version >=3.0.0
lcobucci/jwt Version >=3.2.0,<4.0.0
ext-mbstring Version *
ext-http Version >=3.0.0
lcobucci/jwt Version >=3.2.0,<4.0.0
The package simukti/rest-client contains the following files
Loading the files please wait ....