Download the PHP package shopgate/connect-integration-sdk without Composer
On this page you can find all versions of the php package shopgate/connect-integration-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shopgate/connect-integration-sdk
More information about shopgate/connect-integration-sdk
Files in shopgate/connect-integration-sdk
Package connect-integration-sdk
Short Description A PHP framework supporting the integration with the Shopgate Connect Platform.
License Apache-2.0
Homepage https://github.com/shopgate/connect-integration-sdk-php
Informations about the package connect-integration-sdk
Shopgate Connect Integration SDK
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 https://developer.shopgate.com
Requirements
- PHP 5.6 and above
Installation
Or download and unzip from the releases page.
Migration to 2.x
If you're upgrading from 1.x to 2.x, read the migration guide.
Quick Start
Order creation example (see Order API docs for full request spec):
Configuration Parameters
- clientId (string) - oAuth2 client ID
- clientSecret (string) - oAuth2 client secret
- merchantCode (string) - merchant code provided to you upon registration
- username - (string) - the email address of the user called "Api Credentials" at Shopgate Next Admin
- password - (string) - the password of the user called "Api Credentials" at Shopgate Next Admin
- env (string, default: production) - one of "dev", "staging", "production"
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.
License
The Shopgate Connect Integration SDK is available under the Apache License, Version 2.0.
See the LICENSE.md file for more information.
Advanced
"baseUri" Configuration
For testing against an echo service the baseUri config can be overridden. It defaults to
https://{service}.shopgate{env}.io/{version}/merchants/{merchantCode}/
, supporting template variables:
- service - the service name, different for each request
- env - the Shopgate environment-dependent domain suffix; this will automatically be replaced with one of "dev", "pg" (staging) or "" (production)
- version - the API version, may be different for each request
- merchantCode - the merchant code set in the configuration
All versions of connect-integration-sdk with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.0|^7.0
guzzlehttp/psr7 Version ^1.4|^2.0
kamermans/guzzle-oauth2-subscriber Version ^1.0.6
defuse/php-encryption Version ^2.2.0
monolog/monolog Version ^1.24|^2|^3