PHPackages                             cmslz/gaode-map - 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. cmslz/gaode-map

ActiveLibrary

cmslz/gaode-map
===============

高德地图

v1.0.0(2y ago)04MITPHPPHP &gt;=8.0

Since Oct 31Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP高德地图
=======

[](#php高德地图)

> PHP高德地图文档

示例
==

[](#示例)

```
$application = new \Cmslz\GaodeMap\Application('e10418beexxxxfc');
//$result = $application->webServerApi()->geoCodeGeo('北京市朝阳区阜通东大街6号');
//$result = $application->webServerApi()->geoCodeReGeo('116.482086,39.990496');
//$result = $application->webServerApi()->directionWalkingV3('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->directionWalkingV5('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->directionBusV3('116.434307,39.90909', '116.434446,39.90816','广州');
//$result = $application->webServerApi()->directionBusV5('116.434307,39.90909', '116.434446,39.90816', '110101', '110101');
//$result = $application->webServerApi()->directionDrivingV3('116.434307,39.90909', '116.434446,39.90816', 'all');
//$result = $application->webServerApi()->directionDrivingV5('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->directionBicyclingV4('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->directionBicyclingV5('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->directionEtdDrivingV4('116.434307,39.90909', '116.434446,39.90816', time() + 6400, 10, 10);
//$result = $application->webServerApi()->directionDistanceV3('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->directionElectrobikeV5('116.434307,39.90909', '116.434446,39.90816');
//$result = $application->webServerApi()->district(['keywords'=>'阜通东大街']);
//$result = $application->webServerApi()->placeTextV3('阜通东大街');
//$result = $application->webServerApi()->placeTextV5('阜通东大街');
//$result = $application->webServerApi()->placeAroundV3('116.473168,39.993015');
//$result = $application->webServerApi()->placeAroundV5('116.473168,39.993015');
//$result = $application->webServerApi()->placePolygonV3('116.460988,40.006919|116.48231,40.007381|116.47516,39.99713|116.472596,39.985227|116.45669,39.984989|116.460988,40.006919');
//$result = $application->webServerApi()->placePolygonV5('116.460988,40.006919|116.48231,40.007381|116.47516,39.99713|116.472596,39.985227|116.45669,39.984989|116.460988,40.006919');
//$result = $application->webServerApi()->placeDetailV3('B000A7HS3L');
//$result = $application->webServerApi()->placeDetailV5('B000A7HS3L');
//$result = $application->webServerApi()->aoiPolyline('B000A7HS3L');
//$result = $application->webServerApi()->ip();
//$result = $application->webServerApi()->staticMap(10,'116.434307,39.90909')->getResult();
//$result = $application->webServerApi()->convert('116.481499,39.990475');
//$result = $application->webServerApi()->weatherInfo('110101');
//$result = $application->webServerApi()->inputTips('北京');
$result = $application->webServerApi()->driving([
    [
        "x" => 116.478928,
        "y" => 39.997761,
        "sp" => 19,
        "ag" => 0,
        "tm" => 1478031031
    ],
    [
        "x" => 116.478907,
        "y" => 39.998422,
        "sp" => 10,
        "ag" => 0,
        "tm" => 2
    ],
    [
        "x" => 116.479384,
        "y" => 39.998546,
        "sp" => 10,
        "ag" => 110,
        "tm" => 3
    ],
    [
        "x" => 116.481053,
        "y" => 39.998204,
        "sp" => 10,
        "ag" => 120,
        "tm" => 4
    ],
    [
        "x" => 116.481793,
        "y" => 39.997868,
        "sp" => 10,
        "ag" => 120,
        "tm" => 5
    ],
    [
        "x" => 116.482898,
        "y" => 39.998217,
        "sp" => 10,
        "ag" => 30,
        "tm" => 6
    ],
    [
        "x" => 116.483789,
        "y" => 39.999063,
        "sp" => 10,
        "ag" => 30,
        "tm" => 7
    ],
    [
        "x" => 116.484674,
        "y" => 39.999844,
        "sp" => 10,
        "ag" => 30,
        "tm" => 8
    ]
]);
var_dump($result);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

927d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69b00719484af65dff4919ab96a56257a38360dcd06fc248b0d2b1950657870e?d=identicon)[cmslz](/maintainers/cmslz)

---

Tags

php

### Embed Badge

![Health badge](/badges/cmslz-gaode-map/health.svg)

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

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)

PHPackages © 2026

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