PHPackages                             observer/pdd - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. observer/pdd

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

observer/pdd
============

1.0.10(3y ago)16211MITPHPPHP ^7.0|^8.0CI failing

Since Jun 3Pushed 3y agoCompare

[ Source](https://github.com/Observer5/pdd)[ Packagist](https://packagist.org/packages/observer/pdd)[ RSS](/packages/observer-pdd/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (6)Versions (13)Used By (1)

EasyPDD [![Build Status](https://camo.githubusercontent.com/b9274e542c9e47bf209dbfb6596b8a5e6be44e76d056a50a5e0ce1f21c0bfa6e/68747470733a2f2f7472617669732d63692e6f72672f4f62736572766572352f7064642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Observer5/pdd)
==============================================================================================================================================================================================================================================================================

[](#easypdd-)

EasyPDD is a PHP library for use open PinDuoDuo APIs.

Requirement
-----------

[](#requirement)

1. PHP &gt;= 7.0.0
2. PHP cURL 扩展
3. PHP OpenSSL 扩展

> SDK 对所使用的框架并无特别要求

Installation
------------

[](#installation)

```
composer require "observer/pdd:~1.0" -vvv
```

Usage
-----

[](#usage)

基本使用:（以附加服务查询为例）

```
$config = [
    'debug'  => true,

    'client_id'    => 'eaaedbeff0734feea6b0c901474456e2',
    'client_secret' => 'c2eda0c398xxxxxxbd63ff57bf22c05xxxxxx',
    'log'    => [
        'level' => 'debug',
        'file'  => '/tmp/easypdd.log',
    ],
    'oauth'  => [
        'callback'    => 'http:/foo.com/oauth_callback',
        'member_type' => 'MERCHANT',
    ],

];

$app = new \EasyPdd\Foundation\Application($config);

$goods = $app->goods;

$goods->list('access_token');
```

Documentation
-------------

[](#documentation)

[wiki](https://open.pinduoduo.com/#/document)

> 强烈建议看懂拼多多文档后再来使用本 SDK。

License
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~104 days

Recently: every ~6 days

Total

12

Last Release

1396d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0

1.0.6PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7af3a44e3773e767ff23860900a7c9d5ebbb110aa19307d6ba370af5f6147aa3?d=identicon)[Observer](/maintainers/Observer)

---

Top Contributors

[![freefang123](https://avatars.githubusercontent.com/u/223785468?v=4)](https://github.com/freefang123 "freefang123 (6 commits)")[![Observer5](https://avatars.githubusercontent.com/u/45023046?v=4)](https://github.com/Observer5 "Observer5 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/observer-pdd/health.svg)

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

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)

PHPackages © 2026

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