PHPackages                             l1n6yun/duoduoke-sdk - 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. l1n6yun/duoduoke-sdk

ActiveLibrary[API Development](/categories/api)

l1n6yun/duoduoke-sdk
====================

多多客API SDK【拼多多开放平台】

v1.0(6y ago)08MITPHPPHP &gt;=7.2.9

Since Nov 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/l1n6yun/duoduoke-sdk)[ Packagist](https://packagist.org/packages/l1n6yun/duoduoke-sdk)[ RSS](/packages/l1n6yun-duoduoke-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

多多客API SDK【拼多多开放平台】
===================

[](#多多客api-sdk拼多多开放平台)

### 要求

[](#要求)

1. PHP &gt;= 7.0
2. ext-curl 拓展
3. ext-json 拓展

### 安装

[](#安装)

composer require l1n6yun/duoduoke-sdk

### 使用

[](#使用)

```
use l1n6yun\DuoDuoKe\DuoDuoKe;

$config = [
    'app_key' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    'debug' => false,
    'log' => [
        'name' => 'DuoDuoKe',
        'file' => __DIR__ . '/DuoDuoKe.log',
        'level' => 'debug',
        'permission' => 0777,
    ],
];

$duoduoke = new DuoDuoKe($config);
```

### 调用示例

[](#调用示例)

> 多多进宝商品详情查询 pdd.ddk.goods.detail

```
$result = $duoduoke->request('pdd.ddk.goods.detail', ['goods_id_list' => ['395581006']]);
```

### 文档

[](#文档)

[拼多多开放平台](http://open.pinduoduo.com/) · [官方文档](http://open.pinduoduo.com/#/apidocument)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

2373d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b5c8903e1260404645fe86c614e50f6f87d9e75a2ba27dec9a3623c813cf97c?d=identicon)[l1n6yun](/maintainers/l1n6yun)

---

Top Contributors

[![106in](https://avatars.githubusercontent.com/u/105186415?v=4)](https://github.com/106in "106in (1 commits)")

---

Tags

sdkpinduoduoduoduoke

### Embed Badge

![Health badge](/badges/l1n6yun-duoduoke-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/l1n6yun-duoduoke-sdk/health.svg)](https://phpackages.com/packages/l1n6yun-duoduoke-sdk)
```

###  Alternatives

[justmd5/pinduoduo-sdk

拼多多API SDK【拼多多开放平台】.

23514.1k1](/packages/justmd5-pinduoduo-sdk)[wxm/pdd-sdk

拼多多 SDK 封装, 调用简单、语义化增强。支持 Laravel/Lumen。

154.7k](/packages/wxm-pdd-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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