Skip to content

unifysell/unifysell-sdk-php

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Official Unifysell API SDK

This packages combines the group of packages needed.

Installation

Include the package via composer

to use in composer add to the require section:

"require": {
    "unifysell/unifysell-sdk-php": "*"
}

Installing composer

see https://getcomposer.org/download/

Usage

You can have a look at the example/complete-example.php file for a basic usage example.

Authenticate

Download Access Token from unifysell Control Center (UCC).

Make your first request

$config = Unifysell\SDK\Configuration::getDefaultConfiguration()->setApiKey(
    'Authorization', 
    '----INSERT BEARER TOKEN HERE----'
);
$config->setApiKeyPrefix('Authorization', 'Bearer');

$apiInstance = new Unifysell\SDK\Api\OrdersApi(
    new GuzzleHttp\Client(),
    $config
);

$result = $apiInstance->getOrder(1);

About

SDK with OAuth2 for the unifysell API which allows you to painless integrate many eCommerce channels 🕒

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages