PHPackages                             96qbhy/lbscloud-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. 96qbhy/lbscloud-sdk

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

96qbhy/lbscloud-sdk
===================

LBS.云 PHP SDK

v3.0.1(4y ago)182.4kPHPPHP &gt;=7.2

Since Apr 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/qbhy/lbscloud-sdk)[ Packagist](https://packagist.org/packages/96qbhy/lbscloud-sdk)[ RSS](/packages/96qbhy-lbscloud-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

lbscloud
========

[](#lbscloud)

百度地图开放平台 LBS.云 PHP SDK
你可能需要给自己的产品弄个地图选点之类的功能。

安装
--

[](#安装)

### 安装要求

[](#安装要求)

- php7.0+
- composer

### 安装方法

[](#安装方法)

```
$ composer require 96qbhy/lbscloud-sdk
```

使用
--

[](#使用)

```
require_once 'vendor/autoload.php';

$config = [
    'ak' => '百度lbs ak',
];

$lbs = new \Qbhy\LBSCloud\LBSCloud($config);

// 云存储服务
$storage = $lbs->storage;
// 云检索服务
$search = $lbs->search;
// 云地理编码服务
$gc = $lbs->gc;
// 云逆地利编码服务
$rcg = $lbs->rgc;

/**
 * $service->request('fn',[])
 * 云存储服务已经封装了部分业务方法，如 tableCreate、tableQuery、poiCreate、poiQuery 等，如你需要的方法不在已封装的方法内，你可以自行封装，然后提 PR 给我。
 * 其他服务的业务方法暂未封装，原则上我用到的时候会进行封装，当然也欢迎 PR。
 */
```

[96qbhy/lbscloud-sdk](https://github.com/96qbhy/lbscloud-sdk)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~119 days

Total

9

Last Release

1738d ago

Major Versions

0.0.4 → 1.02020-06-06

1.1 → v2.02020-10-19

v2.0 → v3.02021-09-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24204533?v=4)[桥边红药](/maintainers/qbhy)[@qbhy](https://github.com/qbhy)

---

Top Contributors

[![qbhy](https://avatars.githubusercontent.com/u/24204533?v=4)](https://github.com/qbhy "qbhy (15 commits)")

### Embed Badge

![Health badge](/badges/96qbhy-lbscloud-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/96qbhy-lbscloud-sdk/health.svg)](https://phpackages.com/packages/96qbhy-lbscloud-sdk)
```

###  Alternatives

[96qbhy/tt-microapp

字节跳动小程序sdk

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

百度 AI 开放平台 php-sdk

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

udun-wallet-sdk

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

PHPackages © 2026

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