storeden/connect-api-sdk

Storeden Connect API SDK for PHP

v1.5 2017-10-02 07:53 UTC

This package is auto-updated.

Last update: 2024-10-05 02:59:51 UTC


README

This repository contains the PHP Connect SDK that make your PHP app consume the Storeden Connect API.

Setup

Storeden Connect SDK can be installed:

git clone https://github.com/storeden/connect-api-sdk.git

Example

$conf = [
    'api_key' => '{your-app-key}',
    'api_exchange' => '{your-app-exchange}'
];

$api = new Storeden\Storeden($config);

$_store_info = $api->get('/store/info.json');

echo 'Store Name: '.$_store_info->response->store_name;

License

For more information, please see the license file.