PHPackages                             hivenkay/easylbs - 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. hivenkay/easylbs

ActiveLibrary[API Development](/categories/api)

hivenkay/easylbs
================

BaiDu LBSYun SDK

656PHP

Since Apr 24Pushed 9y agoCompare

[ Source](https://github.com/HivenKay/EasyLbs)[ Packagist](https://packagist.org/packages/hivenkay/easylbs)[ RSS](/packages/hivenkay-easylbs/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

EasyLbs
=======

[](#easylbs)

百度云地图LBS SDK 使用前请先阅读百度云LBS服务云文档，本SDK不再对请求参数以及响应作解释
--------------------------------------------------

[](#百度云地图lbs-sdk使用前请先阅读百度云lbs服务云文档本sdk不再对请求参数以及响应作解释)

Laravel 使用说明
============

[](#laravel-使用说明)

Laravel5 服务提供的使用请移步[Laravel-EasyLbs](https://github.com/HivenKay/Laravel-EasyLbs)

云存储
===

[](#云存储)

方法列表：
-----

[](#方法列表)

```
* create
* getList
* update
* detail
* delete

```

位置数据表（geotable）
---------------

[](#位置数据表geotable)

```
    $geoTable = new GeoTable('your-ak','your-sk');
```

自定义扩展列（column）
--------------

[](#自定义扩展列column)

```
    $geoColumn = new GeoColumn('your-ak','your-sk');
```

位置数据（poi）
---------

[](#位置数据poi)

```
    $geoPoi = new GeoPoi('your-ak','your-sk');
```

云检索
===

[](#云检索)

poi周边搜索
-------

[](#poi周边搜索)

```
    $geoSearch = new GeoSearch('your-ak','your-sk');
    //$attributes 请参考百度云文档
    $geoSearch->searchOfNearBy($attributes);
```

poi本地检索
-------

[](#poi本地检索)

```
    $geoSearch = new GeoSearch('your-ak','your-sk');
    //$attributes 请参考百度云文档
    $geoSearch->searchOfLocal($attributes);
```

poi详情检索
-------

[](#poi详情检索)

```
    $geoSearch = new GeoSearch('your-ak','your-sk');
    //$attributes 请参考百度云文档
    $geoSearch->searchOfDetail($attributes);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

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://www.gravatar.com/avatar/07ecf474bcb2ada4202538495d558d6c8cdffdba6f405f1e35b41e4e7bddeac0?d=identicon)[hivenkay](/maintainers/hivenkay)

---

Top Contributors

[![petrus091](https://avatars.githubusercontent.com/u/12711236?v=4)](https://github.com/petrus091 "petrus091 (12 commits)")

---

Tags

laravel5poi

### Embed Badge

![Health badge](/badges/hivenkay-easylbs/health.svg)

```
[![Health](https://phpackages.com/badges/hivenkay-easylbs/health.svg)](https://phpackages.com/packages/hivenkay-easylbs)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)

PHPackages © 2026

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