Download the PHP package unifysell/unifysell-sdk-php without Composer
On this page you can find all versions of the php package unifysell/unifysell-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package unifysell-sdk-php
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);
All versions of unifysell-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package unifysell/unifysell-sdk-php contains the following files
Loading the files please wait ....