Download the PHP package friendz/orderz-php-sdk without Composer
On this page you can find all versions of the php package friendz/orderz-php-sdk. 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 orderz-php-sdk
orderz-php-sdk
Installation
composer require friendzapp/orderz-php-sdk
Requirements
- PHP >=
7.2
- guzzlehttp/guzzle =
6.3.3
- nesbot/carbon =
2.19.2
Basic Usage
Notes
Both createOrder
and getProducts
APIs can throw either an ApiException
or a MalformedResponseException
.
The first is a general API exception, the latter describes and error in the response structure.
Boh exceptions have an utility method called shouldRetry(): bool
(described in their parent class).
Failed requests can and should be retried only when this method returns true.
Example
All versions of orderz-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
nesbot/carbon Version 2.19.2
guzzlehttp/guzzle Version 6.3.3
ext-json Version *
nesbot/carbon Version 2.19.2
guzzlehttp/guzzle Version 6.3.3
ext-json Version *
The package friendz/orderz-php-sdk contains the following files
Loading the files please wait ....