PHPackages                             seek-x2y/hipac-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. seek-x2y/hipac-sdk

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

seek-x2y/hipac-sdk
==================

海拍客 SDK

0.0.3(5y ago)0111MITPHPPHP &gt;=7.1

Since Sep 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/seek-x2y/hipac-sdk)[ Packagist](https://packagist.org/packages/seek-x2y/hipac-sdk)[ RSS](/packages/seek-x2y-hipac-sdk/feed)WikiDiscussions master Synced today

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

海拍客 SDK
=======

[](#海拍客-sdk)

Based on [foundation-sdk](https://github.com/HanSon/foundation-sdk)&amp; [海拍客开放平台API接口文档](https://open.hipac.cn/dev-guide.html)

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.0
- **[composer](https://getcomposer.org/)**

Installation
------------

[](#installation)

```
composer require seek-x2y/hipac-sdk -vvv

```

Usage
-----

[](#usage)

```
$config = [
  'common' => [
    'appKey' => '',
    'v' => '',
    'format' => '',
    'signMethod' => '',
    'partnerId' => '',
  ],
  'appSecret' => '',
  'url' => '',
  'sign' => '',
  'debug' => true,
];
$data   = '{
     "Orders": [
      {
       "orderNum": "YT201703295686382234c",
       "LogisticsInfoList": [
        {
         "logisticsName": "百世快递",
         "logisticsNo": "50393201809412",
         "logisticsCode": "shunfeng"
        },
        {
         "logisticsName": "百世快递",
         "logisticsNo": "50393201809413",
         "logisticsCode": "shunfeng"
        }
       ]
      }
     ]
}';

$data = json_decode($data, true);
$api = new Hipac($config);
$res = $api->delivery($data);
```

License
-------

[](#license)

MIT

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

2126d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17963603?v=4)[seek-x2y](/maintainers/seek-x2y)[@seek-x2y](https://github.com/seek-x2y)

---

Top Contributors

[![seek-x2y](https://avatars.githubusercontent.com/u/17963603?v=4)](https://github.com/seek-x2y "seek-x2y (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/seek-x2y-hipac-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/seek-x2y-hipac-sdk/health.svg)](https://phpackages.com/packages/seek-x2y-hipac-sdk)
```

###  Alternatives

[96qbhy/tt-microapp

字节跳动小程序sdk

729.4k](/packages/96qbhy-tt-microapp)[96qbhy/baidu-aip

百度 AI 开放平台 php-sdk

594.2k](/packages/96qbhy-baidu-aip)[uduncloud/udun-wallet-sdk

udun-wallet-sdk

153.4k](/packages/uduncloud-udun-wallet-sdk)

PHPackages © 2026

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