remcom / kaufland-php-client
This package is abandoned and no longer maintained.
The author suggests using the productflowbv/kaufland-php-client package instead.
A PHP Client for the Kaufland/REAL.de API
v0.2.13
2025-08-19 09:08 UTC
Requires
- php: >=8.2
- ext-json: *
- guzzlehttp/guzzle: ~7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.23
- overtrue/phplint: ^1.2
- phpstan/phpstan: ^1.9.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-08-19 09:11:15 UTC
README
STILL WORK IN PROGRESS
kaufland-php-client
An unofficial client for the Kaufland/Real.de API.
Installation
This project can easily be installed through Composer.
composer require productflowbv/kaufland-php-client
Set-up connection
Prepare the client for connecting to Kaufland with your client key and secret key.
$kaufland = new \ProductFlow\KauflandPhpClient\Kaufland(); $kaufland->setClientKey($clientkey); $kaufland->setSecretKey($secretkey);
Get all order-units
Returns an array of order-units
$order_lists = $kaufland->orderUnit()->list();
Supported endpoints (still being added)
✅ = Done, and tested
☑️ = Done, but not yet tested
❌ = Not yet developed
❗ = deprecated/not supported
Endpoint | Status |
---|---|
attributes | ✅ |
categories | ✅ |
import-files | ☑️ |
items | ☑️ |
product-data | ☑️ |
orders | ✅ |
order-invoices | ☑️ |
order-units | ✅ |
shipments | ☑️ |
reports | ✅ |
returns | ☑️ |
return-units | ☑️ |
shipping-groups | ☑️ |
status | ✅ |
subscriptions | ☑️ |
ticket-messages | ☑️ |
tickets | ☑️ |
warehouses | ☑️ |
units | ✅ |
info | ✅ |