PHPackages                             maxzhang/jtt-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. maxzhang/jtt-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

maxzhang/jtt-sdk
================

京推推SDK

037PHP

Since Apr 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/maxzhang666/jtt-sdk)[ Packagist](https://packagist.org/packages/maxzhang/jtt-sdk)[ RSS](/packages/maxzhang-jtt-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

 京推推SDK
=======

[](#-京推推sdk)

 基于京推推开放平台Api封装的 Composer Package 组件包.

目录结构：
-----

[](#目录结构)

- src **项目目录**

安装：
---

[](#安装)

```
$ composer require maxzhang/jtt-sdk

```

使用方法(参考suning-sdk):
-------------------

[](#使用方法参考suning-sdk)

```
use MaxZhang\JttSdk\Request\Update\GoodsListRequest;
use MaxZhang\JttSdk\DefaultJttClient;
```

```
$req = new GoodsListRequest();
$assertArray = [
    'appid' => '123',
    'appkey' => '456'
];
$client = new DefaultJttClient($assertArray['appid'], $assertArray['appkey']);

$resp = $client->execute($req);
print_r("\n返回响应报文:\n" . $resp);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/06e0500a501292715eb33f2a9edac3f71ddd651c834689c2f00324a3b26ad515?d=identicon)[maxzhang](/maintainers/maxzhang)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/maxzhang-jtt-sdk/health.svg)

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

PHPackages © 2026

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