remcom/kaufland-php-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

remcom/kaufland-php-client

最新稳定版本:v0.2.13

Composer 安装命令:

composer require remcom/kaufland-php-client

包简介

A PHP Client for the Kaufland/REAL.de API

README 文档

README

stability-wip GitHub release (latest by date including pre-releases) MIT License Maintenance

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

统计信息

  • 总下载量: 154
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 4
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-06-14