Download the PHP package skuio/sku-sdk without Composer
On this page you can find all versions of the php package skuio/sku-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download skuio/sku-sdk
More information about skuio/sku-sdk
Files in skuio/sku-sdk
Download skuio/sku-sdk
More information about skuio/sku-sdk
Files in skuio/sku-sdk
Please rate this library. Is it a good library?
Informations about the package sku-sdk
SKU.io SDK
A PHP package to connect to sku.io User API.
Table of contents
- Installation
- Usage
- Example Usage
Installation
Installation using composer:
Usage
-
You need to create or get user API credentials from this APIs User API
This APIs return
- Use this credentials to connect with sku.io user api (
username
,password
). - Set the SDK configurations:
- username
- password
- environment
you can set
url
ordev_url
if you want to change your testing domains.
- the SDK handle response automatically and you code get the results using these three functions:
getCode()
: returns http response status of i.e (200,500 ..).getResponse()
: returns the JSON format response (response also return errors like validation errors ..etc).getCurlError()
: returns thecurl
error.
Example Usage
Here is an example of a function used to get products from sku.io:
And you can use the base Sdk
class
All versions of sku-sdk with dependencies
PHP Build Version
Package Version
The package skuio/sku-sdk contains the following files
Loading the files please wait ....