PHPackages                             christian71-stack/kaufland-php-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. christian71-stack/kaufland-php-client

ActiveLibrary[API Development](/categories/api)

christian71-stack/kaufland-php-client
=====================================

A PHP Client for the Kaufland API

1.0.1(2y ago)012MITPHPPHP &gt;=8.0

Since Oct 9Pushed 2y agoCompare

[ Source](https://github.com/christian71-stack/kaufland-php-client)[ Packagist](https://packagist.org/packages/christian71-stack/kaufland-php-client)[ Docs](https://www.d3data.de)[ RSS](/packages/christian71-stack-kaufland-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![stability-wip](https://camo.githubusercontent.com/96d2a4b49a0fdba0b4bb9a95833c29804125c6370ccb931f32d67f41d666f8cd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746162696c6974792d776f726b5f696e5f70726f67726573732d6c69676874677265792e737667)](https://camo.githubusercontent.com/96d2a4b49a0fdba0b4bb9a95833c29804125c6370ccb931f32d67f41d666f8cd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73746162696c6974792d776f726b5f696e5f70726f67726573732d6c69676874677265792e737667) [![GitHub release (latest by date including pre-releases)](https://camo.githubusercontent.com/54d864269d515895e729a6647ae63a8ee4692b23dfb75cc83d80ca96dc201494/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f70726f64756374666c6f7762762f6b6175666c616e642d7068702d636c69656e743f696e636c7564655f70726572656c6561736573)](https://camo.githubusercontent.com/54d864269d515895e729a6647ae63a8ee4692b23dfb75cc83d80ca96dc201494/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f70726f64756374666c6f7762762f6b6175666c616e642d7068702d636c69656e743f696e636c7564655f70726572656c6561736573) [![MIT License](https://camo.githubusercontent.com/6ab096105501a8bbe291d7b5599129df65b1dca8aa0a63537f68dede31503b90/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726f64756374666c6f7762762f6b6175666c616e642d7068702d636c69656e74)](https://github.com/productflowbv/kaufland-php-client/blob/master/LICENSE) [![Maintenance](https://camo.githubusercontent.com/5ca62441414bacaa54c6c6e5b68e46c76305947b6bf498c4949fc71c1b4b10dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642533462d7965732d677265656e2e737667)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)

STILL WORK IN PROGRESS
======================

[](#still-work-in-progress)

Fork of the ProductFlows

kaufland-php-client
===================

[](#kaufland-php-client)

An unofficial client for the Kaufland/Real.de API.

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

[](#installation)

This project can easily be installed through Composer.

```
composer require christian71-stack/kaufland-php-client

```

Set-up connection
-----------------

[](#set-up-connection)

Prepare the client for connecting to Kaufland with your client key and secret key.

```
$kaufland = new \ProductFlow\KauflandPhpClient\Kaufland(
    $clientkey,
    $secretkey,
    (new Locale())->set(Locale::CS_CZ),         // optional
    (new Storefront())->set(Storefront::CZ))    // optional
    new Client(...)                             // optional
);
```

Get all order-units
-------------------

[](#get-all-order-units)

Returns an array of order-units

```
$order_lists = $kaufland->orderUnit()->list();
```

Supported endpoints (still being added)
---------------------------------------

[](#supported-endpoints-still-being-added)

✅ = Done, and tested
☑️ = Done, but not yet tested
❌ = Not yet developed
❗ = deprecated/not supported

EndpointStatus[attributes](https://sellerapi.kaufland.com/?page=endpoints#/Attributes)☑️[carriers](https://sellerapi.kaufland.com/?page=endpoints#/Carriers)❌[categories](https://sellerapi.kaufland.com/?page=endpoints#/Categories)✅[import-files](https://sellerapi.kaufland.com/?page=endpoints#/Import%20Files)☑️[infos](https://sellerapi.kaufland.com/?page=endpoints#/Info)✅items☑️[product-data](https://sellerapi.kaufland.com/?page=endpoints#/Product%20Data)✅[orders](https://sellerapi.kaufland.com/?page=endpoints#/Orders)✅[order-invoices](https://sellerapi.kaufland.com/?page=endpoints#/Order%20Invoices)✅[order-units](https://sellerapi.kaufland.com/?page=endpoints#/Order%20Units)✅[products](https://sellerapi.kaufland.com/?page=endpoints#/Products)❌[shipments](https://sellerapi.kaufland.com/?page=endpoints#/Shipments)✅[reports](https://sellerapi.kaufland.com/?page=endpoints#/Reports)☑️[returns](https://sellerapi.kaufland.com/?page=endpoints#/Returns)☑️[return-units](https://sellerapi.kaufland.com/?page=endpoints#/Return%20Units)☑️[shipping-groups](https://sellerapi.kaufland.com/?page=endpoints#/Shipping%20Groups)☑️[status](https://sellerapi.kaufland.com/?page=endpoints#/Status)✅[subscriptions](https://sellerapi.kaufland.com/?page=endpoints#/Subscriptions)☑️ticket-messages☑️[tickets](https://sellerapi.kaufland.com/?page=endpoints#/Tickets)☑️[warehouses](https://sellerapi.kaufland.com/?page=endpoints#/Warehouses)☑️[units](https://sellerapi.kaufland.com/?page=endpoints#/Units)✅

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~177 days

Total

2

Last Release

766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e073eeb4534f0acc91192e1c3e06628b4e8f7e22ac6659e161127128be5febfd?d=identicon)[christian71-stack](/maintainers/christian71-stack)

---

Top Contributors

[![remcom](https://avatars.githubusercontent.com/u/3468852?v=4)](https://github.com/remcom "remcom (35 commits)")[![SeifertDaniel](https://avatars.githubusercontent.com/u/9882400?v=4)](https://github.com/SeifertDaniel "SeifertDaniel (14 commits)")[![jeroensurft](https://avatars.githubusercontent.com/u/9538715?v=4)](https://github.com/jeroensurft "jeroensurft (9 commits)")[![christian71-stack](https://avatars.githubusercontent.com/u/53221733?v=4)](https://github.com/christian71-stack "christian71-stack (7 commits)")[![pf-jordy](https://avatars.githubusercontent.com/u/89576799?v=4)](https://github.com/pf-jordy "pf-jordy (6 commits)")[![alexherbs](https://avatars.githubusercontent.com/u/1169515?v=4)](https://github.com/alexherbs "alexherbs (1 commits)")

---

Tags

phpapihitmeisterreal.dekaufland

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/christian71-stack-kaufland-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/christian71-stack-kaufland-php-client/health.svg)](https://phpackages.com/packages/christian71-stack-kaufland-php-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[hitmeister/api-sdk

Kaufland.de onlineshop API SDK for PHP

24117.3k](/packages/hitmeister-api-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
