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

ActiveLibrary[API Development](/categories/api)

makerlin96/pinduoduo-sdk
========================

拼多多开放平台SDK

1.0(6y ago)110MITPHPPHP &gt;=7.0

Since Oct 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/makerlin96/pinduoduoSDK)[ Packagist](https://packagist.org/packages/makerlin96/pinduoduo-sdk)[ RSS](/packages/makerlin96-pinduoduo-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

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

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

要求
--

[](#要求)

- PHP &gt;= 7.0
- Composer
- ext-curl 扩展
- ext-json 扩展

安装
--

[](#安装)

```
composer require makerlin96/pinduoduo-sdk
```

使用
--

[](#使用)

```
use makerlin96\pinduoduoSDK
class IndexController
{
  private $clientId = 'xxxxxxxxxx';
  private $clientSecret = 'xxxxxxxxxx';
  public function index()
  {
    $client = new HttpClient($this->clientId,$this->clientSecret);
    $request = new PddDdkGoodsSearchRequest();
    $request->setPage = 1;
    $request->setPageSize = 10;
    $response = $client->syncInvoke($request);
    var_dump($response);
  }
}
```

文档
--

[](#文档)

[拼多多开放平台](https://open.pinduoduo.com/)

License
-------

[](#license)

MIT

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2448d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22016744?v=4)[Dee Quigley](/maintainers/makerlin96)[@makerlin96](https://github.com/makerlin96)

---

Top Contributors

[![makerlin96](https://avatars.githubusercontent.com/u/22016744?v=4)](https://github.com/makerlin96 "makerlin96 (11 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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