PHPackages                             youer/laravel-jd-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. youer/laravel-jd-sdk

ActiveLibrary

youer/laravel-jd-sdk
====================

Jd Alliance SDK based on laravel framework.

v1.0.1(2y ago)110MITPHPPHP &gt;= 7.1.3

Since Sep 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/niuzheng131400/laravel-jd-sdk)[ Packagist](https://packagist.org/packages/youer/laravel-jd-sdk)[ RSS](/packages/youer-laravel-jd-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

laravel-jd-sdk
==============

[](#laravel-jd-sdk)

京东联盟API

```
composer require youer/laravel-jd-sdk "3.0.0"
php artisan vendor:publish --provider="Youer\LaravelJdSdk\ServiceProvider"
```

```
use JDong\Request\JdUnionGoodsJingfenQueryRequest;
use Youer\LaravelJdSdk\Factory;

$jd = Factory::jingdong();
$req = new JdUnionGoodsJingfenQueryRequest();
$req->setEliteId(2);
$req->setPageIndex(1);
$req->setPageSize(5);
$rr = $jd->execute($req)['jd_union_open_goods_jingfen_query_response']['result'];
return json_decode($rr, true);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

2

Last Release

984d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1bb6a1feb08cd96a4b38b9c745af5603f9cc1d66eed43296b4de3c164c5694db?d=identicon)[niuzheng131400](/maintainers/niuzheng131400)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/youer-laravel-jd-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/youer-laravel-jd-sdk/health.svg)](https://phpackages.com/packages/youer-laravel-jd-sdk)
```

PHPackages © 2026

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