PHPackages                             cblink/hyperf-gaode - 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. cblink/hyperf-gaode

ActiveLibrary

cblink/hyperf-gaode
===================

Package description here.

11.1kPHP

Since Feb 9Pushed 3y ago2 watchersCompare

[ Source](https://github.com/cblink/hyperf-gaode)[ Packagist](https://packagist.org/packages/cblink/hyperf-gaode)[ RSS](/packages/cblink-hyperf-gaode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 hyperf-gaode
==============

[](#-hyperf-gaode-)

 .

Installing
----------

[](#installing)

```
$ composer require cblink/hyperf-gaode -vvv
```

Usage
-----

[](#usage)

TODO

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/cblink/hyperf-gaode/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/cblink/hyperf-gaode/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

参数与返回值参考高德Api文档:

使用
--

[](#使用)

```
use Cblink\HyperfGaode;

$config = [
    'key' => '',
    'secret' => '',
];

$gaodeApp = new GaodeApp($config);
```

一. 地理/逆地理编码
-----------

[](#一-地理逆地理编码)

```
$query = [
    'address' => '详细地址',
    'city' => '城市',
];
$result = $gaodeApp->geocode->geocode($query);
```

二. 路线规划2.0
----------

[](#二-路线规划20)

```
// 1. 驾车路线规划
$query = [
    'origin' => '',
    'destination' => '',
];

$gaodeApp->direction->driving($query);
// 2. 电动车路线规划

$gaodeApp->direction->electricBike($query);

// 3. 骑行路线规划
$gaodeApp->direction->bicycling($query);

// 4. 步行路线规划
$gaodeApp->direction->walking($query);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/294794?v=4)[Juna](/maintainers/Juna)[@juna](https://github.com/juna)

---

Top Contributors

[![easytrue](https://avatars.githubusercontent.com/u/25851780?v=4)](https://github.com/easytrue "easytrue (5 commits)")

### Embed Badge

![Health badge](/badges/cblink-hyperf-gaode/health.svg)

```
[![Health](https://phpackages.com/badges/cblink-hyperf-gaode/health.svg)](https://phpackages.com/packages/cblink-hyperf-gaode)
```

PHPackages © 2026

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