bepado / sdk
The PHP Software Development Kit for Shop developers.
Installs: 6 710
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 30
Forks: 3
Open Issues: 4
Requires (Dev)
- behat/behat: 2.4.*@stable
- phake/phake: @stable
- phpunit/phpunit: @stable
- dev-master
- 2.0.x-dev
- 2.0.0-beta5
- 2.0.0-beta4
- 2.0.0-beta3
- v2.0.0-beta2
- v2.0-beta1
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.91
- v1.5.90
- v1.5.68
- v1.5.61
- v1.5.51
- v1.5.47
- v1.5.46
- v1.5.45
- v1.5.42
- v1.4.39
- v1.3.247
- v1.2.186
- v1.2.185
- v1.2.184
- v1.2.183
- v1.2.182
- v1.2.167
- v1.2.159
- v1.2.157
- v1.2.156
- v1.1.153
- v1.1.142
- v1.1.141
- v1.1.139
- dev-BEPNEU-2486
- dev-BEPNEU-2555
- dev-BEPNEU-2471
- dev-BEP-863-updater
- dev-BEP-1198
- dev-BEP-1006-rule-calculator
- dev-BEP-1006-delivery-days
- dev-BEP-1027
- dev-no-sdk-reverify
- dev-BillingAddress
- dev-updater-refactoring
This package is not auto-updated.
Last update: 2016-06-19 13:58:44 UTC
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.