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 2mo 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

2396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f7ff465844df2c424d261b51e58745ced4799129e806e69dde794b8da4e98fd?d=identicon)[makerlin96](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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