PHPackages                             chudaozhe/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. chudaozhe/tencent-map-api

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

chudaozhe/tencent-map-api
=========================

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

v1.1(3y ago)147MITPHP

Since Dec 25Pushed 3y agoCompare

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

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

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

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

安装
--

[](#安装)

---

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

---

使用
--

[](#使用)

---

```
$key = '';//腾讯地图key
$secret_key = '';//SecretKey (SK)：在腾讯位置服务控制台 > Key配置中，勾选WebServiceAPI的 SN校验时自动生成的随机字串，用于计算签名（sig）
$app = new \DeathSatan\TencentMapApi\Application($key, $secret_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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

2

Last Release

1288d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1473364?v=4)[cuiwei](/maintainers/chudaozhe)[@chudaozhe](https://github.com/chudaozhe)

---

Top Contributors

[![chudaozhe](https://avatars.githubusercontent.com/u/1473364?v=4)](https://github.com/chudaozhe "chudaozhe (3 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/chudaozhe-tencent-map-api/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M7.0k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[guzzlehttp/test-server

Node.js server and PHP controller

14284.0k22](/packages/guzzlehttp-test-server)

PHPackages © 2026

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