PHPackages                             jmj/jushuitan-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. jmj/jushuitan-sdk

ActiveLibrary[API Development](/categories/api)

jmj/jushuitan-sdk
=================

Jushuitan ERP SDK,用于PHP对接聚水潭开放平台相关接口

0.0.2(4y ago)3451[1 issues](https://github.com/Smilefish2/jushuitan-sdk/issues)MITPHPPHP &gt;=7.2

Since Oct 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Smilefish2/jushuitan-sdk)[ Packagist](https://packagist.org/packages/jmj/jushuitan-sdk)[ Docs](https://github.com/Smilefish2/jushuitan-sdk)[ RSS](/packages/jmj-jushuitan-sdk/feed)WikiDiscussions master Synced today

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

jushuitan-sdk（ 聚水潭SDK-PHP）
==========================

[](#jushuitan-sdk-聚水潭sdk-php)

!!!非官方SDK，用于PHP对接 [聚水潭开放平台](http://open.jushuitan.com/document.html) 相关接口，完成需要的业务逻辑。

聚水潭通用测试账号
=========

[](#聚水潭通用测试账号)

```
沙箱测试登录地址: https://c.jushuitan.com/login.aspx;
沙箱测试API地址: https://c.jushuitan.com/api/open/query.aspx;
线上环境API地址: https://open.erp321.com/api/open/query.aspx;
线上环境接口参数申请文档：https://open.jushuitan.com/document/2122.html

在线API测试工具（正式和沙箱都可用）：https://open.jushuitan.com/tools.aspx

测试环境授权申请QQ群：10784273、226257083

企业版客户(有精细化库存管理)：
帐号: kfcs@jst.com
密码: qwe123qwe!
PartnerId：ywv5jGT8ge6Pvlq3FZSPol345asd
PartnerKey：ywv5jGT8ge6Pvlq3FZSPol2323
TOKEN：181ee8952a88f5a57db52587472c3798
----------------------------------------------------
专业版客户（无精细化库存管理）：
帐号: kfcszy@jst.com
密码: qwe123qwe!
PartnerId：ywv5jGT8ge6Pvlq3FZSPol345asd
PartnerKey：ywv5jGT8ge6Pvlq3FZSPol2323
TOKEN：3f723a3e4bd178cdc7070b48641c5707

```

使用示例
====

[](#使用示例)

```
require "vendor/autoload.php";

use JushuitanSdk\Client;
use JushuitanSdk\Config;
use JushuitanSdk\Services\BaseService;

$config = [
    'shop_id' => 0,
    'sandbox' => true,
    'partnerid' => 'ywv5jGT8ge6Pvlq3FZSPol345asd',
    'partnerkey' => 'ywv5jGT8ge6Pvlq3FZSPol2323',
    'token' => '181ee8952a88f5a57db52587472c3798',
];

$jstConfig = new Config($config);
$jstClient = new Client($jstConfig);
$jstService = new BaseService($jstClient);

$params = [
    "page_index" => 1,
    "page_size" => 100,
];

var_dump($jstService->shopsQuery($params));

OR

var_dump($jstClient->request("shops.query", $params));
```

注意事项
====

[](#注意事项)

需要自行处理Token一年有效期问题，接口文档：[刷新token(必接)](https://open.jushuitan.com/document/2135.html)

MIT, see [LICENSE](/LICENSE)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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

Total

2

Last Release

1579d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10306a3708112cc1917b7e360323c37322c2b8a18ae188b08ad4f58e5fbfddf2?d=identicon)[jmjones](/maintainers/jmjones)

---

Top Contributors

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

---

Tags

sdkjushuitan

### Embed Badge

![Health badge](/badges/jmj-jushuitan-sdk/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M467](/packages/saloonphp-saloon)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[php-opencloud/openstack

PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi

2292.2M24](/packages/php-opencloud-openstack)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)

PHPackages © 2026

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