PHPackages                             christian71-stack/kaufland-de\_seller\_api\_v\_2 - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. christian71-stack/kaufland-de\_seller\_api\_v\_2

ActiveLibrary[HTTP &amp; Networking](/categories/http)

christian71-stack/kaufland-de\_seller\_api\_v\_2
================================================

2.0.0(2y ago)019[1 PRs](https://github.com/christian71-stack/kauflandV2/pulls)proprietaryPHPPHP ^7.4 || ^8.0

Since Apr 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/christian71-stack/kauflandV2)[ Packagist](https://packagist.org/packages/christian71-stack/kaufland-de_seller_api_v_2)[ Docs](http://swagger.io)[ RSS](/packages/christian71-stack-kaufland-de-seller-api-v-2/feed)WikiDiscussions 1.0.1 Synced 1mo ago

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

kaufland\_seller\_api\_v2
=========================

[](#kaufland_seller_api_v2)

This is the Kaufland.de Seller API v2. You can find more information on

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

- API version: 2.13.1
- 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/christian71-stack/kaufland-de_seller_api_v2.git"
    }
  ],
  "require": {
    "christian71-stack/kaufland-de_seller_api_v2": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/kaufland_seller_api_v2/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:

```
