PHPackages                             tibee/otto-market-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. tibee/otto-market-sdk

ActiveLibrary[API Development](/categories/api)

tibee/otto-market-sdk
=====================

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

12PHP

Since Sep 15Pushed 7mo agoCompare

[ Source](https://github.com/tibee/otto-market-sdk)[ Packagist](https://packagist.org/packages/tibee/otto-market-sdk)[ RSS](/packages/tibee-otto-market-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OttoMarketSdk
=============

[](#ottomarketsdk)

Unofficial PHP SDK for the OTTO Market Partner API. This client is generated from the OpenAPI specification in this repository (openapi.yml) using OpenAPI Generator.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

- PHP 7.2 or later
- ext-curl, ext-json, ext-mbstring
- A PSR-18 HTTP client and PSR-17 factories (e.g., Guzzle 7 with guzzle7-adapter)

### Composer

[](#composer)

Preferred (Packagist):

```
composer require tibee/otto-market-sdk

```

This library uses PSR-18 (HTTP Client) and PSR-17 (HTTP Factories). Install any compatible implementation. A common choice is Guzzle 7 with the HTTPlug adapter and factories:

```
composer require guzzlehttp/guzzle php-http/guzzle7-adapter http-interop/http-factory-guzzle

```

Alternatively (VCS): add this repository as a VCS source in your composer.json and require it:

```
{
  "repositories": [
    { "type": "vcs", "url": "https://github.com/tibee/otto-market-sdk.git" }
  ],
  "require": { "tibee/otto-market-sdk": "*@dev" }
}
```

Then run `composer install`.

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
