PHPackages                             mehr-it/otto-returns-api-client - 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. mehr-it/otto-returns-api-client

ActiveLibrary[API Development](/categories/api)

mehr-it/otto-returns-api-client
===============================

PHP client for Otto returns API generated using Swagger

2.0.1(5y ago)05MITPHPPHP &gt;=5.5

Since Nov 27Pushed 5y agoCompare

[ Source](https://github.com/mehr-it/otto-returns-api-client)[ Packagist](https://packagist.org/packages/mehr-it/otto-returns-api-client)[ Docs](https://www.mehr-it.info)[ RSS](/packages/mehr-it-otto-returns-api-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

.
=

[](#)

Returns Interface

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

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

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/mehr-it/otto-returns-api-client.git"
    }
  ],
  "require": {
    "mehr-it/otto-returns-api-client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/./vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
