The Shopgate Cart Integration SDK (formerly: Shopgate Library) is a compilation of classes to manage the communication between your shop system and Shopgate via the Shopgate Plugin API and the Shopgate Merchant API. The SDK provides methods for processing incoming and outgoing requests, configuration options and for handling errors.
composer require shopgate/cart-integration-sdk
Download and unzip the latest releases.
Include shopgate.php
from the root folder of the package:
require_once 'shopgate-cart-integration-sdk/shopgate.php';
If you want to know more about how the Shopgate Cart Integration SDK works have a look into the documentation.
Wanna see all the code? Try the example plugin.
See CHANGELOG.md file for more information.
See CONTRIBUTING.md file for more information.
Shopgate is the leading mobile commerce platform.
Shopgate offers everything online retailers need to be successful in mobile. Our leading software-as-a-service (SaaS) enables online stores to easily create, maintain and optimize native apps and mobile websites for the iPhone, iPad, Android smartphones and tablets.
The Shopgate Cart Integration SDK is available under the Apache License, Version 2.0.
See the LICENSE.md file for more information.