Download the PHP package sokil/php-rest without Composer
On this page you can find all versions of the php package sokil/php-rest. 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 php-rest
RESTful SDK
Framework to build client libraries for interacting with RESTful services.
- Installation
Installation
You can install library through Composer:
Projects based on this library
Basic concepts
Client library contains Request
and Response
classes for every request. Request
incapsulates HTTP method, URL and parameters, and allows to get Response
object, which give access to response data, headers and status. Factory
allows us to auth on server, and to create and send requests.
Factory
Factory must extend \Sokil\Rest\Client\Factory
. This class incapsulates auth login and creates requests.
All versions of php-rest with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
guzzle/guzzle Version v3.9.1
sokil/php-guzzlecomponents Version 0.*
psr/log Version ~1.0
guzzle/guzzle Version v3.9.1
sokil/php-guzzlecomponents Version 0.*
psr/log Version ~1.0
The package sokil/php-rest contains the following files
Loading the files please wait ....