Download the PHP package otto/marketplace-php-sdk without Composer
On this page you can find all versions of the php package otto/marketplace-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package marketplace-php-sdk
Deprecation Notice!
After 31.03.2023 we will not support the sdk anymore. There will be no further development.
Notice!
Only products and shipments are currently supported. Other interfaces will follow!
Introduction
The otto market PHP SDK is an easy way for developers to access the otto market api in their php code, and build their programs on top of that. A detailed documentation about all interfaces can be found at our documentation.
Jump to:
- Requirements
- Installation
- Use of the SDK
- Example CLI Client
- Features
- Resources
Requirements
- Sign up for Otto Market – You need a working seller account. Register here and fetch your credentials.
- Minimum requirements – To run the SDK, your system needs PHP >= 7.4.
Installation
To use the SDK we recommend using Composer. It is available via Packagist under the otto/marketplace-php-sdk
.
You can include the SDK in your project using the following in the root directory of your project.:
Use of the SDK
Set a new deliveryType and deliveryTime
Example CLI Client
For an implemented example go to samples.
Features
We offer the following methods for usage:
- products
- get brands
- get categories
- get category definition from category
- get products
- post products from json
- get activeStatus
- post activeStatus
- get marketplaceStatus
- shipments
- get shipments
- post shipments
Resources
- License – see Apache 2.0 License
All versions of marketplace-php-sdk with dependencies
league/oauth2-client Version ^2.6
monolog/monolog Version ^2.2
psr/log Version ^1.1
guzzlehttp/guzzle Version ^7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
phpunit/phpunit Version ^9