PHPackages                             opensdk/pinduoduo - 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. opensdk/pinduoduo

ActiveLibaray[API Development](/categories/api)

opensdk/pinduoduo
=================

拼多多API SDK

v2.0.5(5y ago)2351MITPHPPHP &gt;=7.0.0

Since Oct 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/beJuvenile/opensdk-pinduoduo)[ Packagist](https://packagist.org/packages/opensdk/pinduoduo)[ RSS](/packages/opensdk-pinduoduo/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)DependenciesVersions (12)Used By (0)

opensdk-pinduoduo
=================

[](#opensdk-pinduoduo)

#### 介绍

[](#介绍)

本类库是对拼多多开放平台API的封装
接口文档请参见 [拼多多开放平台](https://open.pinduoduo.com/#/apidocument)

#### 使用示例

[](#使用示例)

```
require 'vendor/autoload.php';

use OpenSDK\PinDuoDuo\Client;
use OpenSDK\PinDuoDuo\Requests\PddDdkCmsPromUrlGenerateRequest;

$c = new Client();
$c->appKey = 'You are appKey';
$c->appSecret = 'You are appSecret';
$req = new PddDdkCmsPromUrlGenerateRequest();
$req->setWeAppWebViewShortUrl(true);
$req->setWeAppWebViewUrl(true);
$req->setPidList(['xxxx_xxxxx']);
$c->setRequest($req);
$result = $c->execute();

var_dump($result);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~57 days

Total

10

Last Release

1936d ago

Major Versions

v1.2.1 → v2.0.02020-08-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2632156?v=4)[Eric Zhang](/maintainers/zhange)[@zhange](https://github.com/zhange)

---

Top Contributors

[![beJuvenile](https://avatars.githubusercontent.com/u/41072301?v=4)](https://github.com/beJuvenile "beJuvenile (18 commits)")[![yangq210](https://avatars.githubusercontent.com/u/58154486?v=4)](https://github.com/yangq210 "yangq210 (2 commits)")

---

Tags

sdk

### Embed Badge

![Health badge](/badges/opensdk-pinduoduo/health.svg)

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

###  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)
