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

ActiveLibrary[API Development](/categories/api)

henrick/duoduoke
================

这个一个自己封装的【拼多多】多多客API接口SDK

1.0.0(5y ago)03MITPHP

Since Oct 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/henrickcn/duoduoke)[ Packagist](https://packagist.org/packages/henrick/duoduoke)[ Docs](https://duoduoke.johnyzone.com/)[ RSS](/packages/henrick-duoduoke/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

拼多多开放平台多多客SDK
=============

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

说明：本SDK依赖于curl/curl类，使用SDK时，请先加载curl类，如果使用composer包安装，无需关注此说明

如果你有什么使用问题及bug，你可以到本SDK的github issues提交 [提交问题](https://github.com/henrickcn/duoduoke/issues).

安装方法
----

[](#安装方法)

在终端进入对应的项目目录，输入以下命令:

```
composer require henrick/duoduoke
```

或者在composer.json文件追加此行

```
"henrick/exmailqq": "*"
```

使用方法
----

[](#使用方法)

```
$clientId     = "test0001";  //应用ID
$clientSecret = "ii5Q4jihb1CcfyiT1TcIIq0ecmQKvRm"; //应用秘钥

//调用示例

use Henrick\Duoduoke\DuoduokeSDK;

$exmail = new DuoduokeSDK($clientId, $clientSecret);
$token = $exmail->goodsOptGet([
            'parent_opt_id' => 0
        ]);
```

SDK说明
-----

[](#sdk说明)

- 本SDK目前只包含了多多客所有API，所有类方法名命名规则根据多多客api接口Type值去掉pdd.ddk字符，剩余字符采用小驼峰命名，如官方接口pdd.ddk.cms.prom.url.generate，其对应cmsPromUrlGenerate()方法。

---

需要授权的接口还没有完善，现在只能使用不需要授权的接口

如果觉得有帮助到你，也欢迎各路大佬打赏！

[![](https://camo.githubusercontent.com/b9ac47603632c336d8f42bbc52d2b35c1c2974d85fcd031abf70f09efb0b89f3/68747470733a2f2f68656e7269636b636e2e6769746875622e696f2f65786d61696c71712f696d672f7765636861742d7061792e6a706567)](https://camo.githubusercontent.com/b9ac47603632c336d8f42bbc52d2b35c1c2974d85fcd031abf70f09efb0b89f3/68747470733a2f2f68656e7269636b636e2e6769746875622e696f2f65786d61696c71712f696d672f7765636861742d7061792e6a706567)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78d7f102db834d177a18608f69865d8365ccf8bb680fe5c56e8083736707788f?d=identicon)[johnyhe](/maintainers/johnyhe)

---

Top Contributors

[![henrickcn](https://avatars.githubusercontent.com/u/13210923?v=4)](https://github.com/henrickcn "henrickcn (2 commits)")

---

Tags

sdk

### Embed Badge

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

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

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-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)
