PHPackages                             shopgate/connect-integration-sdk - 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. [Framework](/categories/framework)
4. /
5. shopgate/connect-integration-sdk

Abandoned → [shopgate/connect-integration-sdk-php](/?search=shopgate%2Fconnect-integration-sdk-php)Library[Framework](/categories/framework)

shopgate/connect-integration-sdk
================================

A PHP framework supporting the integration with the Shopgate Connect Platform.

v2.1.1(2y ago)1152[1 PRs](https://github.com/shopgate/connect-integration-sdk-php/pulls)Apache-2.0PHPPHP &gt;=5.6

Since May 10Pushed 1y ago8 watchersCompare

[ Source](https://github.com/shopgate/connect-integration-sdk-php)[ Packagist](https://packagist.org/packages/shopgate/connect-integration-sdk)[ Docs](https://github.com/shopgate/connect-integration-sdk-php)[ RSS](/packages/shopgate-connect-integration-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (10)Versions (64)Used By (0)

Shopgate Connect Integration SDK
================================

[](#shopgate-connect-integration-sdk)

[![Build Status](https://camo.githubusercontent.com/eba5f2bf72e197f5812a2ad6667701486ce2186abbcdca9a6f96d5d18f843513/68747470733a2f2f7472617669732d63692e6f72672f73686f70676174652f636f6e6e6563742d696e746567726174696f6e2d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/shopgate/connect-integration-sdk-php)[![Coverage Status](https://camo.githubusercontent.com/ecdfb5ea5bbacca6e1e2de8893c3344c45cf8dceb0753f563d62fe4934187f10/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73686f70676174652f636f6e6e6563742d696e746567726174696f6e2d73646b2d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/shopgate/connect-integration-sdk-php?branch=master)[![License](https://camo.githubusercontent.com/a549a7a30bacba7bfceebdc207a8e86c3f2c02995a2527640dca30048fd2b64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d626c75652e737667)](https://opensource.org/licenses/Apache-2.0)[![GitHub (pre-)release](https://camo.githubusercontent.com/272515fa5697be98a9526c821a2b7b1cef3934022a3b960e911630004b74a9a0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73686f70676174652f636f6e6e6563742d696e746567726174696f6e2d73646b2d7068702f616c6c2e737667)](https://github.com/shopgate/connect-integration-sdk-php/releases)

The Shopgate Connect Integration SDK is a compilation of classes to manage the communication between your shop system and Shopgate Connect.

Create a developer account at

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

[](#requirements)

- PHP 5.6 and above

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

[](#installation)

`composer require shopgate/connect-integration-sdk-php`

Or download and unzip from the [releases page](https://github.com/shopgate/connect-integration-sdk-php/releases).

Migration to 2.x
----------------

[](#migration-to-2x)

If you're upgrading from 1.x to 2.x, read the [migration guide](MIGRATION-GUIDE-2.x.md).

Quick Start
-----------

[](#quick-start)

Order creation example (see [Order API docs](https://s3.eu-central-1.amazonaws.com/shopgatedevcloud-bigapi/swagger-docs/omni/static.html?url=https://s3.eu-central-1.amazonaws.com/shopgatedevcloud-bigapi/swagger-docs/omni/order-crud.yaml#/SalesOrder/createSalesOrders) for full request spec):

```
