shopgate/cart-integration-sdk

A PHP framework supporting the implementation of the Shopgate Plugin API and abstracting access to the Shopgate Merchant API.


README

GitHub license Run CS fixer & deploy

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.

Getting Started

Via Composer

composer require shopgate/cart-integration-sdk

Manually

Download and unzip the latest releases.

Include shopgate.php from the root folder of the package:

require_once 'shopgate-cart-integration-sdk/shopgate.php';

Developing a Shopgate Integration

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.

Changelog

See CHANGELOG.md file for more information.

Contributing

See CONTRIBUTING.md file for more information.

About Shopgate

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.

License

The Shopgate Cart Integration SDK is available under the Apache License, Version 2.0.

See the LICENSE.md file for more information.