PHPackages                             fast-elephant/laravel-regeo - 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. fast-elephant/laravel-regeo

ActiveLibrary

fast-elephant/laravel-regeo
===========================

逆地理解析 坐标转地址服务 优先请求QQ地图服务 失败后请求高德地图服务

v2.0.4(4y ago)08MITPHPPHP ^7.0

Since Sep 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fast-elephant/laravel-regeo)[ Packagist](https://packagist.org/packages/fast-elephant/laravel-regeo)[ RSS](/packages/fast-elephant-laravel-regeo/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (9)Used By (0)

laravel-regeo
=============

[](#laravel-regeo)

install
-------

[](#install)

```
composer require fast-elephant/laravel-regeo

```

usage
-----

[](#usage)

publish

```
php artisan vendor:publish --provider="FastElephant\LaravelRegeo\RegeoServiceProvider"

```

config

```
return [

    'timeout' => 1, // request timeout

    'qqmap' => [ // qq map key
        'key' => ''
    ],

    'amap' => [ // amap key
        'key' => ''
    ],
];

```

usage

```
use FastElephant\LaravelRegeo\Regeo;

$regeo = new Regeo();
$result = $regeo->parse('117.177210739', '23.709481353');

// bicyling
// return ["state" => "10000","distance" => 310,"duration" => 416]
$result = $regeo->bicycling('116.307535', '39.984042', '116.325238', '39.980869');

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~107 days

Total

8

Last Release

1607d ago

Major Versions

v1.1 → v2.02020-10-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/88b8f43420a10f5fd73fd2d4b18b816359380026295218338c21abdca80962b6?d=identicon)[xzmiao](/maintainers/xzmiao)

---

Top Contributors

[![fast-elephant](https://avatars.githubusercontent.com/u/19700299?v=4)](https://github.com/fast-elephant "fast-elephant (11 commits)")

### Embed Badge

![Health badge](/badges/fast-elephant-laravel-regeo/health.svg)

```
[![Health](https://phpackages.com/badges/fast-elephant-laravel-regeo/health.svg)](https://phpackages.com/packages/fast-elephant-laravel-regeo)
```

PHPackages © 2026

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