PHPackages                             luffyzhao/php-amap-web - 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. luffyzhao/php-amap-web

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

luffyzhao/php-amap-web
======================

1.0.4(8y ago)220PHP

Since Dec 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/luffyzhao/php-amapWeb)[ Packagist](https://packagist.org/packages/luffyzhao/php-amap-web)[ RSS](/packages/luffyzhao-php-amap-web/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

php调用高德地图web接口sdk
-----------------

[](#php调用高德地图web接口sdk)

### 安装方法

[](#安装方法)

```
  composer require luffyzhao/php-amap-web

```

### 使用方法

[](#使用方法)

#### 地理编码API

[](#地理编码api)

```
  include __DIR__ . '/../vendor/autoload.php';

  use \luffyzhao\amapWeb\Georegeo;

  $data = [['name' => '深圳市南山区科苑北路科兴科学园A4栋501室'], ['name' => '深圳市光明新区高新路研祥智谷研发楼']];

  $geore = new Georegeo($data, ['addressKey' => 'name']);

  $geore->setAmapKey('your key')->solve();

  print_r($geore->toArray());
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Total

5

Last Release

3070d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2227a3fc2aec1575739253293ba2d1044ec99e101826a8e0bfeb120ce19843d2?d=identicon)[luffyzhao](/maintainers/luffyzhao)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/luffyzhao-php-amap-web/health.svg)

```
[![Health](https://phpackages.com/badges/luffyzhao-php-amap-web/health.svg)](https://phpackages.com/packages/luffyzhao-php-amap-web)
```

PHPackages © 2026

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