sinkcup / location-based-service-php
PHP LBS 位置服务(composer版):geocoding地理编码、反向地理编码、距离计算
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/sinkcup/location-based-service-php
Requires
- ext-http: 1.7.*
This package is auto-updated.
Last update: 2025-10-07 06:48:36 UTC
README
PHP LBS 位置服务(composer版):geocoding地理编码、反向地理编码、距离计算
##依赖
需要先安装Composer,参考:https://getcomposer.org/download/
##安装
cd examples/
composer update
##使用
cd examples/
php demo.php
##测试
phpunit tests/
##参考资料
《Google Maps API 网络服务》https://developers.google.com/maps/documentation/webservices/
《腾讯地图WebService API》http://open.map.qq.com/webservice_v1/guide.html