PHPackages                             bilinxian/open-api-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. bilinxian/open-api-sdk

ActiveSdk[API Development](/categories/api)

bilinxian/open-api-sdk
======================

外送帮开放平台SDK

v1.0.6(1y ago)057MITPHPPHP &gt;=5.4

Since Sep 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Bilinxian/open-api-sdk)[ Packagist](https://packagist.org/packages/bilinxian/open-api-sdk)[ RSS](/packages/bilinxian-open-api-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

外送帮开放平台PHP-SDK
--------------

[](#外送帮开放平台php-sdk)

接口文档地址：

问题反馈：

使用说明：

```
安装扩展
composer require bilinxian/open-api-sdk

```

接口类说明：

```
$config = new Config('2ewz3nvl4jxshbk6', '883a5a02-a4fb-494d-986f-4d89f2cdb1f3', 0, true);
$apiClient = new WsbApiClient($config);

门店服务接口
$apiClient->getStoreService()

订单服务接口
$apiClient->getOrderService()

配送开通服务接口
$apiClient->getDeliverShopService()

配送服务接口
$apiClient->getDeliverService()

费用服务接口
$apiClient->getFundService()

合作商服务接口
$apiClient->getPartnerService()

```

门店示例：

```
use Wsb\OpenApi\Config\Config;
use Wsb\OpenApi\WsbApiClient;
use Wsb\OpenApi\Requests\Store\StoreCreateRequest;
use Wsb\OpenApi\Requests\Store\StoreDetailRequest;
use Wsb\OpenApi\Requests\Store\StoreUpdateRequest;
use Wsb\OpenApi\Requests\Store\StoreServiceRequest;

$config = new Config('2ewz3nvl4jxshbk6', '883a5a02-a4fb-494d-986f-4d89f2cdb1f3', 0, true);
$apiClient = new WsbApiClient($config);

$storeRequest = new StoreCreateRequest();
$storeRequest->name = '测试门店kify123';
$storeRequest->owner_name = 'Kify';
$storeRequest->tel = '15050505050';
$storeRequest->city = '长沙';
$storeRequest->area = '天心区';
$storeRequest->address = '长沙市湘江东岸天心区古城区';
$storeRequest->lng = '112.23';
$storeRequest->lat = '23.22';
$storeRequest->open_start = '09:00:00';
$storeRequest->open_end = '18:00:00';
$storeRequest->sale_category = 3;

$storeId = 1000245;

$createResponse = $apiClient->getStoreService()->storeCreate($storeRequest);
var_dump($createResponse);

$detailResponse = $apiClient->getStoreService()->storeDetail($storeId, new StoreDetailRequest());
var_dump($detailResponse);

$storeUpdateRequest = new StoreUpdateRequest();
$storeUpdateRequest->lat = '23.33';
$storeUpdateRequest->lng = '112.25';

$updateResponse = $apiClient->getStoreService()->storeUpdate($storeId, $storeUpdateRequest);
var_dump($updateResponse);

$serviceResponse = $apiClient->getStoreService()->serviceLink($storeId, new StoreServiceRequest());
var_dump($serviceResponse);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~71 days

Recently: every ~107 days

Total

7

Last Release

550d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2732c3ccc1ffbcacf742069c62e5a47cb05501c6a5b0f6219c88f303fde62bee?d=identicon)[demon823](/maintainers/demon823)

---

Top Contributors

[![eunion](https://avatars.githubusercontent.com/u/11865814?v=4)](https://github.com/eunion "eunion (7 commits)")[![wuzs3156](https://avatars.githubusercontent.com/u/154773754?v=4)](https://github.com/wuzs3156 "wuzs3156 (2 commits)")

### Embed Badge

![Health badge](/badges/bilinxian-open-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/bilinxian-open-api-sdk/health.svg)](https://phpackages.com/packages/bilinxian-open-api-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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