PHPackages                             luban/pop - 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. luban/pop

ActiveLibrary

luban/pop
=========

拼多多开放平台SDK

v0.0.5(5y ago)016MITPHPPHP &gt;=7.2

Since Dec 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/iszhange/luban-pop-php)[ Packagist](https://packagist.org/packages/luban/pop)[ RSS](/packages/luban-pop/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

luban-pop-php
=============

[](#luban-pop-php)

拼多多开放平台SDK

- 项目结构

```
luban-pop-php
    |-src
        |-Exceptions
        |-Interfaces
        |-Libs
        |-Requests
    |-tests
    |-composer.json

```

遵循`psr-4`规范

- 使用示例

```
use LuBan\Pop\Client;
use LuBan\Pop\Requests\PddDdkGoodsSearchRequest;

$c = new Client();
$c->appKey = $this->appKey;
$c->appSecret = $this->appSecret;
$req = new PddDdkGoodsSearchRequest();
$req->setKeyword("上衣");
$req->setPid('1744096_18978587');
$req->setCustomParameters("{\"uid\":\"237034-1744096_18978587\"}");
$response = $c->execute($req);
print_r($response);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~31 days

Total

5

Last Release

1846d ago

### 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 (25 commits)")[![iszhange](https://avatars.githubusercontent.com/u/18663434?v=4)](https://github.com/iszhange "iszhange (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luban-pop/health.svg)

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

PHPackages © 2026

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