PHPackages                             myhayo/laravel-admin-ext-amap - 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. myhayo/laravel-admin-ext-amap

ActiveLibrary

myhayo/laravel-admin-ext-amap
=============================

amap for laravel admin

0.0.3(5y ago)055MITPHPPHP &gt;=7.0.0CI failing

Since May 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/myhayo/laravel-admin-ext-amap)[ Packagist](https://packagist.org/packages/myhayo/laravel-admin-ext-amap)[ Docs](https://github.com/myhayo/laravel-admin-ext-amap)[ RSS](/packages/myhayo-laravel-admin-ext-amap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

laravel-admin extension amap
============================

[](#laravel-admin-extension-amap)

安装
==

[](#安装)

```
composer require myhayo/laravel-admin-ext-amap

```

使用
==

[](#使用)

配置
--

[](#配置)

打开admin.php, 找到extensions配置段, 加入以下配置:

```
// 高德地图
'amap'     => [

    // 是否启用插件
    'enable' => true,

    'config' => [
        // API KEY
        'api_key' => '3693fe745aea0df8852739dac08a22fb',
    ],
],

```

调用
--

[](#调用)

```
$form->amap('lat 字段名', 'lng 字段名', 'address 地址字段名', 'label');

// 隐藏经纬度输入框
$form->amap('lat 字段名', 'lng 字段名', 'address 地址字段名', 'label')->hideLngLatInput();

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

###  Release Activity

Cadence

Every ~4 days

Total

3

Last Release

2171d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25251620?v=4)[EthanLau](/maintainers/EthanLau)[@ethanlau](https://github.com/ethanlau)

---

Top Contributors

[![myhayo-lys](https://avatars.githubusercontent.com/u/125535320?v=4)](https://github.com/myhayo-lys "myhayo-lys (6 commits)")

---

Tags

extensionlaravel-adminamap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/myhayo-laravel-admin-ext-amap/health.svg)

```
[![Health](https://phpackages.com/badges/myhayo-laravel-admin-ext-amap/health.svg)](https://phpackages.com/packages/myhayo-laravel-admin-ext-amap)
```

###  Alternatives

[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[laravel-admin-ext/sparkline

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

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