Download the PHP package classy-org/classy-php-sdk without Composer
On this page you can find all versions of the php package classy-org/classy-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download classy-org/classy-php-sdk
More information about classy-org/classy-php-sdk
Files in classy-org/classy-php-sdk
Download classy-org/classy-php-sdk
More information about classy-org/classy-php-sdk
Files in classy-org/classy-php-sdk
Vendor classy-org
Package classy-php-sdk
Short Description Php HTTP client library for Classy API
License
Package classy-php-sdk
Short Description Php HTTP client library for Classy API
License
Please rate this library. Is it a good library?
Informations about the package classy-php-sdk
Classy PHP SDK

This repository contains a php HTTP client library to let your php App interact with Classy's API.
Installation
The Classy PHP SDK can be installed with Composer:
Be sure you included composer autoloader in your app:
Usage
Basic example
Sessions handling
Sessions have an expiration date. It is possible to refresh a session:
Sessions are serializable, they can be saved an reused to reduce the amount of API calls:
Errors handling
This client can throw two types of Exceptions:
- Classy\Exceptions\SDKException when the SDK is misused
- Classy\Exceptions\APIResponseException when the API is not returning an OK response
All versions of classy-php-sdk with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.2
The package classy-org/classy-php-sdk contains the following files
Loading the files please wait ....