storeden/connect-api-sdk

Storeden Connect API SDK for PHP

Installs: 1 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 5

pkg:composer/storeden/connect-api-sdk

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

This package is auto-updated.

Last update: 2026-01-05 06:01:06 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.