PHPackages                             wujingke/zjs - 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. wujingke/zjs

ActivePackage

wujingke/zjs
============

宅急送接口

31261PHP

Since May 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/wujingke/zjs)[ Packagist](https://packagist.org/packages/wujingke/zjs)[ RSS](/packages/wujingke-zjs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

宅急送标准对接SDK
==========

[](#宅急送标准对接sdk)

安装
--

[](#安装)

```
composer require wujingke/zjs

```

更新你的依赖包 `composer update` 或者全新安装 `composer install`。

例子
--

[](#例子)

```
use ZJS\Order;  //订单类
use ZJS\Sender;  //发件人
use ZJS\Receiver; //收件人

//下订单
$sender = new Sender();

$sender->name = "xxx";
$sender->phone="028-82487225";
$sender->prov="四川省";
$sender->city="成都市";
$sender->district="成华区";
$sender->address="四川省成都市成华区xxxx";

$receiver  =new  Receiver();
$receiver->name = "裕承保险";
$receiver->mobile="028-82487225";
$receiver->prov="四川省";
$receiver->city="成都市";
$receiver->district="成华区";
$receiver->address="四川省成都市成华区xxxxxx";
$order = new  Order('xx', 'xx', 'xx', 'http://zjs.com.cn/');

$order->setOrderId(time());
$order->setSender($sender);
$order->setReceiver($receiver);
$order->setItem('我的1', 1);
$order->setItem('我的2', 1);
$order->setItems('总', 1);

//取消订单

$order = new  Order('xx', 'xx', 'xx', 'http://zjs.com.cn/');

$order->setOrderId(time());
$order->cancel())
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbe5a034f005b1a8785ab4376028fe987cccd5fd3aa0fc506b482a74042f5b23?d=identicon)[wujingke](/maintainers/wujingke)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wujingke-zjs/health.svg)

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

PHPackages © 2026

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