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

AbandonedArchivedLibrary[API Development](/categories/api)

justmd5/duoduoke-sdk
====================

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

v2.1(6y ago)618.6k16[1 issues](https://github.com/justmd5/duoduoke-sdk/issues)MITPHPPHP &gt;=7.0

Since Jun 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/justmd5/duoduoke-sdk)[ Packagist](https://packagist.org/packages/justmd5/duoduoke-sdk)[ Fund](https://justmd5.com/donate.jpg)[ GitHub Sponsors](https://github.com/)[ RSS](/packages/justmd5-duoduoke-sdk/feed)WikiDiscussions master Synced 2w ago

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

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

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

[![styleci](https://camo.githubusercontent.com/fd3634ae0961ca045bc1b24b965d76e21dd6fcc50c6f0fcb38904297ffb561c5/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133393233393434342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/139239444)[![PHP from Packagist](https://camo.githubusercontent.com/b8aac78be4704ccbb41aa6979232bd48286f9148db78e7f90dc6010b2b860374/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6a7573746d64352f64756f64756f6b652d73646b2e737667)](https://packagist.org/packages/justmd5/duoduoke-sdk)[![Total Downloadsn](https://camo.githubusercontent.com/ebebf1df8f440cad544ed8f725486db2b9143c2d18da97a53ff4c04a89ea0d4c/68747470733a2f2f706f7365722e707567782e6f72672f6a7573746d64352f64756f64756f6b652d73646b2f646f776e6c6f6164732e737667)](https://packagist.org/packages/justmd5/duoduoke-sdk) [![GitHub stars](https://camo.githubusercontent.com/d119885a52c8270fb83e008634de509d41b9a5b5af2000ce8741c465f0e5accb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a7573746d64352f64756f64756f6b652d73646b2e7376673f7374796c653d736f6369616c266c6162656c3d5374617273)](https://packagist.org/packages/justmd5/duoduoke-sdk)[![Latest Stable Version](https://camo.githubusercontent.com/aee5a3df43c6e78818713eba8243902ea14732695cf62bdc05402e06de62a8b2/68747470733a2f2f706f7365722e707567782e6f72672f6a7573746d64352f64756f64756f6b652d73646b2f762f737461626c652e737667)](https://packagist.org/packages/justmd5/duoduoke-sdk)[![Latest Unstable Version](https://camo.githubusercontent.com/9349d6a3cfb296bb1e970e95afcd5394bea4e57cbe3767bd04da4a3c965ee263/68747470733a2f2f706f7365722e707567782e6f72672f6a7573746d64352f64756f64756f6b652d73646b2f762f756e737461626c652e737667)](https://packagist.org/packages/justmd5/duoduoke-sdk)[![](https://camo.githubusercontent.com/dae1611fb0d4609ba8ab66f93c144d83421f2a760907fedcfe62c6f8b24971c7/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d2532466a7573746d643525324664756f64756f6b652d73646b2e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjustmd5%2Fduoduoke-sdk?ref=badge_shield) [![License](https://camo.githubusercontent.com/dee2c988ed69bb3daf8f5285fc9e2eaae61897f8b96a4fe1c568cd9b98f1c10d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a7573746d64352f64756f64756f6b652d73646b2e737667)](https://packagist.org/packages/justmd5/duoduoke-sdk)

> 现推荐使用作者最新产出的[拼多多API SDK【拼多多开放平台】](https://github.com/justmd5/pindoduo-sdk)

### 要求

[](#要求)

1. PHP &gt;= 7.0
2. **[Composer](https://getcomposer.org/)**
3. ext-curl 拓展
4. ext-json 拓展

### 安装

[](#安装)

`composer require justmd5/duoduoke-sdk`

### 使用

[](#使用)

```
use Justmd5\DuoDuoKe\DuoDuoKe;

require __DIR__ . '/vendor/autoload.php';
$config = [
    'key'    => 'xxxxxx69e3940c6b93xxxxxx',
    'secret' => 'c2eda0c398xxxxxxbd63ff57bf22c05xxxxxx',
    'debug'  => false
];
$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)

### 感谢

[](#感谢)

- [hanson/foundation-sdk](https://github.com/Hanson/foundation-sdk)

### 单元测试\[on working\]

[](#单元测试on-working)

配置 config 中所需配置

```
composer test
```

License
-------

[](#license)

MIT

[![FOSSA Status](https://camo.githubusercontent.com/a1fca7699ca3024f8f6bc7fb1b88e8a070d42e4254c3e59c73eff86a9d074ea0/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d2532466a7573746d643525324664756f64756f6b652d73646b2e7376673f747970653d6c61726765)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjustmd5%2Fduoduoke-sdk?ref=badge_large)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 65% 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

Every ~305 days

Total

3

Last Release

2206d ago

Major Versions

v1.0 → v2.02019-03-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5b85bbec67d8b4154f54a8e0fc5bdc005124d90b331ddfa23d7c12dfcc83984?d=identicon)[justmd5](/maintainers/justmd5)

---

Top Contributors

[![justmd5](https://avatars.githubusercontent.com/u/4120960?v=4)](https://github.com/justmd5 "justmd5 (13 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (3 commits)")[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (2 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![fossabot](https://avatars.githubusercontent.com/u/29791463?v=4)](https://github.com/fossabot "fossabot (1 commits)")

---

Tags

duo-duo-keduoduokeduoduoke-sdkpinduoduosdk-phpsdkpinduoduoduoduoke

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[justmd5/pinduoduo-sdk

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

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

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

154.8k](/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)
