PHPackages                             luban/jop - 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/jop

ActiveLibrary

luban/jop
=========

京东开放平台SDK

v0.0.4(4y ago)06MITPHPPHP &gt;=7.2

Since Apr 28Pushed 4y ago1 watchersCompare

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

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

luban-jop (PHP)
===============

[](#luban-jop-php)

鲁班·京东开放平台SDK

#### 使用示例

[](#使用示例)

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

use LuBan\Jop\Client;
use LuBan\Jop\Requests\JdUnionOpenGoodsQueryRequest;

$c = new Client();
$c->appKey = "You're appkey";
$c->appSecret = "You're appSecret";
$req = new JdUnionOpenGoodsQueryRequest();
$req->setKeyword('上衣');
$result = $c->execute($req);
var_dump($result);
```

#### 贡献代码

[](#贡献代码)

如果你想要参与代码开发请`fork`本项目，然后发起`pull request`。在通过代码检查和tests之后会将请求合并到主分支

#### 参考文档

[](#参考文档)

- [京东开放平台](https://union.jd.com/openplatform/api/v2)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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 ~10 days

Total

4

Last Release

1815d 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 (9 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-jop/health.svg)

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

PHPackages © 2026

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