PHPackages                             shoplo/multi-channel-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. shoplo/multi-channel-client

ActiveLibrary[API Development](/categories/api)

shoplo/multi-channel-client
===========================

01.1kPHP

Since Jun 4Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Shoplo/multi-channel-client)[ Packagist](https://packagist.org/packages/shoplo/multi-channel-client)[ RSS](/packages/shoplo-multi-channel-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Shoplo Multi Client
===================

[](#shoplo-multi-client)

This sdk enables php developers to communicate with Shoplo Multi with an oauth 2 authentication.

Requirements
------------

[](#requirements)

- guzzle
- doctrine annotations

Features
--------

[](#features)

- Compatible with PHP 5.5 or greater.
- Easy to install with Composer

Installation
------------

[](#installation)

The SDK can be installed with [Composer](getcomposer.org).

1. Install Composer.

```
curl -sS https://getcomposer.org/installer | php

```

2. Install the SDK.

```
php composer.phar require shoplo/shoplo-multi-client

```

3. Add doctrine annotations to autoload file or front controller.

```
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
```

4. Require Composer's autoloader by adding the following line to your code.

```
require 'vendor/autoload.php';
```

Example
-------

[](#example)

**Authentication using sso auth.**

```
