PHPackages                             songlipeng2003/sf-bsp-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. songlipeng2003/sf-bsp-sdk

ActiveLibrary[API Development](/categories/api)

songlipeng2003/sf-bsp-sdk
=========================

Shunfeng BSP SDK

02.1kPHP

Since Jul 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/songlipeng2003/sf-bsp-sdk)[ Packagist](https://packagist.org/packages/songlipeng2003/sf-bsp-sdk)[ RSS](/packages/songlipeng2003-sf-bsp-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

顺丰 BSP SDK
----------

[](#顺丰-bsp-sdk)

调用方式
----

[](#调用方式)

创建 client

```
$client = new BSPClient();
$client->url = 'http://218.17.248.244:11080/bsp-oisp/sfexpressService';
$client->accessCode = 'BSPdevelop';
$client->checkWord = 'j8DzkIFgmlomPt0aLuwU';
$client->debug = true; // 是否输出请求响应内容

```

调用接口

```
$request = [
    'Order' => [
        '@attributes' => [
            'orderid' => rand(100000, 999999),
            'j_company' => '华米科技',
            'j_contact' => '宋利鹏',
            'j_tel' => '13855106511',
            'j_country' => '中国',
            'j_province' => '安徽',
            'j_city' => '合肥',
            'j_county' => '高新区',
            'j_address' => '创新产业基地H8栋',
            'd_company' => '北京华米科技',
            'd_contact' => '测试',
            'd_tel' => '电话号码',
            'd_province' => '北京',
            'd_city' => '北京',
            'd_county' => '海淀区',
            'd_address' => '上地软件园',
        ],
        'Cargo' => [
            '@attributes' => [
                'name' => '小米手环',
                'count' => 1,
            ]
        ]
    ]
];
$result = $client->api('OrderService', $request);

```

更多具体信息查看单元测试

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/89021?v=4)[Thinking Song](/maintainers/songlipeng2003)[@songlipeng2003](https://github.com/songlipeng2003)

---

Top Contributors

[![songlipeng2003](https://avatars.githubusercontent.com/u/89021?v=4)](https://github.com/songlipeng2003 "songlipeng2003 (8 commits)")

### Embed Badge

![Health badge](/badges/songlipeng2003-sf-bsp-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/songlipeng2003-sf-bsp-sdk/health.svg)](https://phpackages.com/packages/songlipeng2003-sf-bsp-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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