PHPackages                             zacksleo/jingdong-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. zacksleo/jingdong-sdk

ActiveLibrary[API Development](/categories/api)

zacksleo/jingdong-sdk
=====================

京东宙斯 SDK

1.0.0(6y ago)124[2 issues](https://github.com/zacksleo/jingdong-sdk/issues)MITPHP

Since Sep 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zacksleo/jingdong-sdk)[ Packagist](https://packagist.org/packages/zacksleo/jingdong-sdk)[ RSS](/packages/zacksleo-jingdong-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

 jingdong-sdk
==============

[](#-jingdong-sdk-)

 京东宙斯 SDK.

Installing
----------

[](#installing)

```
$ composer require zacksleo/jingdong-sdk -vvv
```

Usage
-----

[](#usage)

### 创建客户端

[](#创建客户端)

```
$jingdong = new Jingdong([
    'key'    => 'key',
    'secret' => 'secret',
    'debug'  => false,
    'log'    => [
        'name'       => 'jingdong',
        'file'       => '/path/to/logs/jingdong.log'),
        'level'      => 'debug',
        'permission' => 0777,
    ],
]);
```

### 调用

[](#调用)

#### 链式调用

[](#链式调用)

```
$res = $jingdong->pop->order->get([
    'order_state' => 'WAIT_SELLER_DELIVERY',
    'optional_fields' => 'venderId,orderType,payType',
    'order_id' => '67834311',
]);
```

#### 普通调用

[](#普通调用)

```
$res = $jingdong->request('pop.order.get', [
    'order_state' => 'WAIT_SELLER_DELIVERY',
    'optional_fields' => 'venderId,orderType,payType',
    'order_id' => '67834311',
]);
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/zacksleo/jingdong-sdk/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/zacksleo/jingdong-sdk/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e97b8a6f67b09513e345a128d73a63898ae1ec9f6a6c77234c78b3f16d305d1?d=identicon)[zacksleo](/maintainers/zacksleo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zacksleo-jingdong-sdk/health.svg)

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

###  Alternatives

[justmd5/pinduoduo-sdk

拼多多API SDK【拼多多开放平台】.

23514.1k1](/packages/justmd5-pinduoduo-sdk)

PHPackages © 2026

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