PHPackages                             otto/marketplace-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. otto/marketplace-php-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

otto/marketplace-php-sdk
========================

Otto Market PHP SDK

0.2.3(4y ago)59343[1 issues](https://github.com/otto-de/marketplace-php-sdk/issues)[1 PRs](https://github.com/otto-de/marketplace-php-sdk/pulls)Apache-2.0PHPPHP &gt;=7.4

Since Mar 24Pushed 3y agoCompare

[ Source](https://github.com/otto-de/marketplace-php-sdk)[ Packagist](https://packagist.org/packages/otto/marketplace-php-sdk)[ RSS](/packages/otto-marketplace-php-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (7)Versions (7)Used By (0)

[![Test and Verify](https://github.com/otto-de/marketplace-php-sdk/actions/workflows/php.yml/badge.svg?branch=main)](https://github.com/otto-de/marketplace-php-sdk/actions/workflows/php.yml)

Deprecation Notice!
===================

[](#deprecation-notice)

After 31.03.2023 we will not support the sdk anymore. There will be no further development.
-------------------------------------------------------------------------------------------

[](#after-31032023-we-will-not-support-the-sdk-anymore-there-will-be-no-further-development)

Notice!
-------

[](#notice)

**Only products and shipments are currently supported. Other interfaces will follow!**

Introduction
============

[](#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](https://api.otto.market/).

Jump to:

- [Requirements](#Requirements)
- [Installation](#Installation)
- [Use of the SDK](#Use-of-the-SDK)
- [Example CLI Client](#Example-CLI-Client)
- [Features](#Features)
- [Resources](#Resources)

Requirements
------------

[](#requirements)

1. **Sign up for Otto Market** – You need a working seller account. [Register here](https://www.otto.market/) and fetch your credentials.
2. **Minimum requirements** – To run the SDK, your system needs **PHP &gt;= 7.4**.

Installation
------------

[](#installation)

To use the SDK we recommend using [Composer](http://getcomposer.org). It is available via [Packagist](http://packagist.org) under the [`otto/marketplace-php-sdk`](https://packagist.org/packages/otto/marketplace-php-sdk). You can include the SDK in your project using the following in the root directory of your project.:

```
composer require otto/marketplace-php-sdk

```

Use of the SDK
==============

[](#use-of-the-sdk)

### Set a new deliveryType and deliveryTime

[](#set-a-new-deliverytype-and-deliverytime)

```
