PHPackages                             thecodebunny/otto-api - 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. thecodebunny/otto-api

ActiveLibrary[API Development](/categories/api)

thecodebunny/otto-api
=====================

TheCodeBunny Otto API

06[1 PRs](https://github.com/thecodebunny/otto-api/pulls)PHP

Since Sep 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thecodebunny/otto-api)[ Packagist](https://packagist.org/packages/thecodebunny/otto-api)[ RSS](/packages/thecodebunny-otto-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)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://hemangvyas.com).

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 [`thecodebunny/otto-api`](https://packagist.org/packages/thecodebunny/otto-api). You can include the SDK in your project using the following in the root directory of your project.:

```
composer require thecodebunny/otto-api

```

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

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

### Set a new deliveryType and deliveryTime

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

```
