PHPackages                             nathantudc/jdsdk - 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. nathantudc/jdsdk

ActiveLibrary[API Development](/categories/api)

nathantudc/jdsdk
================

京东联盟sdk

1.0.4(3y ago)111PHPPHP &gt;=5.6

Since Sep 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nathantudc/jdsdk)[ Packagist](https://packagist.org/packages/nathantudc/jdsdk)[ RSS](/packages/nathantudc-jdsdk/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

京东联盟PHP SDK 为ThinkPhp6.0
========================

[](#京东联盟php-sdk-为thinkphp60)

##### 使用方式

[](#使用方式)

```
use Nathantudc\JD\JdClient; //客户端,也就是请求的基本信息 如 key、secret等
use Nathantudc\JD\Request\xxxxx;  //其中xxxxx 为需要请求的类，如：UnionOpenCategoryGoodsGetRequest(分类)

```

##### 简单实例

[](#简单实例)

```
//请求的一些基本参数
$client = new JdClient();
$client->appKey = "xxxxxxxxxxxxxxxxxxxxxx";
$client->appSecret = "xxxxxxxxxxxxxxxxxxxxxx";

//请求的一些参数
$req = new UnionOpenCategoryGoodsGetRequest();
$req->putOtherTextParam("parentId", 0);
$req->putOtherTextParam("grade",0);
$req->setReq($req);
$response = $client->execute($req);
print_r($response);

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

4

Last Release

1333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d0e3fa2672b4f328c368d2651aec3571b671ecfbfdb05e5d226ac62e3e4282?d=identicon)[nathantudc](/maintainers/nathantudc)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nathantudc-jdsdk/health.svg)

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

###  Alternatives

[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[googleads/google-ads-php

Google Ads API client for PHP

3497.6M9](/packages/googleads-google-ads-php)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[restcord/restcord

REST Library for the Discord API

177452.4k11](/packages/restcord-restcord)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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