PHPackages                             xuanchen/tencent-map-api - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. xuanchen/tencent-map-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

xuanchen/tencent-map-api
========================

腾讯地图api sdk封装 tencent map services api,based on GuzzleHttp

1.2(3y ago)034MITPHP

Since Jan 27Pushed 3y agoCompare

[ Source](https://github.com/xuanchen120/tencent-map-api)[ Packagist](https://packagist.org/packages/xuanchen/tencent-map-api)[ RSS](/packages/xuanchen-tencent-map-api/feed)WikiDiscussions main Synced yesterday

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

腾讯地图webservices的php封装
=====================

[](#腾讯地图webservices的php封装)

安装
--

[](#安装)

---

```
composer require death_satan/tencent-map-api -vvv
```

---

使用
--

[](#使用)

---

```
$key = '';//腾讯地图key
$app = new \DeathSatan\TencentMapApi\Application($key);

//地址转经纬度
$data=$app->api()->addressResolution('北京市');
var_dump($data);
/**
* echo
 *
    ["adcode"]=>
    string(6) "110114"
  }
  ["address_components"]=>
  array(5) {
    ["province"]=>
    string(9) "北京市"
    ["city"]=>
    string(9) "北京市"
    ["district"]=>
    string(9) "昌平区"
    ["street"]=>
    string(0) ""
    ["street_number"]=>
    string(0) ""
  }
  ["similarity"]=>
  float(0.8)
  ["deviation"]=>
  int(1000)
  ["reliability"]=>
  int(1)
  ["level"]=>
  int(2)
}
 */
```

---

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~100 days

Total

3

Last Release

1365d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3ba5b49545b6397f328343f772964ddc7ea72e958b2916b7de7bb5e09489861?d=identicon)[xuanchen](/maintainers/xuanchen)

---

Top Contributors

[![xuanchen120](https://avatars.githubusercontent.com/u/26396567?v=4)](https://github.com/xuanchen120 "xuanchen120 (2 commits)")[![zds-s](https://avatars.githubusercontent.com/u/49744633?v=4)](https://github.com/zds-s "zds-s (2 commits)")

### Embed Badge

![Health badge](/badges/xuanchen-tencent-map-api/health.svg)

```
[![Health](https://phpackages.com/badges/xuanchen-tencent-map-api/health.svg)](https://phpackages.com/packages/xuanchen-tencent-map-api)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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