2017 © Pedro Peláez
 

library unifysell-sdk-php

SDK with OAuth2 for the unifysell api.

image

unifysell/unifysell-sdk-php

SDK with OAuth2 for the unifysell api.

  • Monday, July 23, 2018
  • by unifysell
  • Repository
  • 3 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Official Unifysell API SDK

This packages combines the group of packages needed., (*1)

Installation

Include the package via composer

to use in composer add to the require section:, (*2)

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

Installing composer

see https://getcomposer.org/download/, (*3)

Usage

You can have a look at the example/complete-example.php file for a basic usage example., (*4)

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);

The Versions

23/07 2018

dev-master

9999999-dev https://unifysell.de

SDK with OAuth2 for the unifysell api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Rückert

api php sdk unifysell

17/07 2018

v0.0.3

0.0.3.0 https://unifysell.de

SDK with OAuth2 for the unifysell api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Rückert

api php sdk unifysell

17/07 2018

v0.0.1

0.0.1.0 https://unifysell.de

SDK with OAuth2 for the unifysell api.

  Sources   Download

The Requires

 

The Development Requires

by Thomas Rückert

api php sdk unifysell