PHPackages                             jialeo/baidu-lbsyun - 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. jialeo/baidu-lbsyun

ActiveLibrary[API Development](/categories/api)

jialeo/baidu-lbsyun
===================

Baidu lbsyun sdk

v2.0(6y ago)1131MITPHP

Since Mar 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jialeo/baidu-lbsyun)[ Packagist](https://packagist.org/packages/jialeo/baidu-lbsyun)[ RSS](/packages/jialeo-baidu-lbsyun/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

百度LBS云 PHP SDK
==============

[](#百度lbs云-php-sdk)

目前只简单实现了`Web Api`中的`地理编码服务`,后续会实现更多接口。

示例代码：

```
$ak = 'your-ak';
$sk = 'your-sk';

$baidu = new \JiaLeo\Baidu\LBSYun\WebApi($ak, $sk);

//geoconv  坐标转换
$result = $baidu->geoconv(1, 5, '113.35025277778,23.254811111111');

//逆地理编码
$result1 = $baidu->geocoder($result['result'][0]['y'] . ',' . $result['result'][0]['x']);

var_dump($result, $result1);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

2329d ago

Major Versions

v1.0 → v2.02019-12-26

### Community

Maintainers

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

---

Tags

baidulbsphpbaidulbsyun

### Embed Badge

![Health badge](/badges/jialeo-baidu-lbsyun/health.svg)

```
[![Health](https://phpackages.com/badges/jialeo-baidu-lbsyun/health.svg)](https://phpackages.com/packages/jialeo-baidu-lbsyun)
```

PHPackages © 2026

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