Download the PHP package kobas/api-client without Composer
On this page you can find all versions of the php package kobas/api-client. 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 api-client
Kobas API Client
Signs API requests and allows interaction via cURL methods.
Example
Client Functions
get($route, $params = array(), $headers = array())
Sends a HTTP GET Request to the route provided.
post($route, $params = array(), $headers = array())
Sends a HTTP POST Request to the route provided.
put($route, $params = array(), $headers = array())
Sends a HTTP PUT Request to the route provided.
delete($route, $params = array(), $headers = array())
Sends a HTTP DELETE Request to the route provided.
getRequestInfo()
Returns the result of curl_getinfo()
on the last request made as an array.
setAPIBaseURL($url)
Allows over-riding the base URL (only really needed for development)
setAPIVersion($version)
Allows over-riding of the API version. Might be useful in future?
All versions of api-client with dependencies
PHP Build Version
Package Version
Requires
0 Version
__unset
The package kobas/api-client contains the following files
Loading the files please wait ....