bepado/sdk

This package is abandoned and no longer maintained. No replacement package was suggested.

The PHP Software Development Kit for Shop developers.


README

This package contains the SDK for bepado - the Vending Network, http://www.bepado.de

To request an account for testing the SDK in integration with bepado send an e-mail to bepado@shopware.com.

The license of this SDK is MIT.

Installation

Via Composer:

{
    "require": {
        "bepado/sdk": "@stable"
    }
}

Via ZIP, go to Releases and download the latest version.

Documentation

See the docs/ folder for the API documentation.

There is also a for a demo shop implementation that may help you get started.

Support

You can open issues on this project or use your bepado Account to open a feedback request from within the bepado SocialNetwork.

Running the Tests

You can run the testsuite through Ant Build Commons, to do this call from the root directory:

$ git submodule update --init
$ ant verify

You might need to create a file build.properties.local with adjusted database settings.

The testsuite is a combination of acceptance tests written in Behat and Unit-tests written in PHPUnit.