Skip to content

zytimes/sdk_amap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

高德web服务api封装修改

安装

composer require sixteener/sdk_amap

使用

<?php
use \Amap\Amap;

$options = [
    'sign'=>false, //是否进行数字签名,默认不签名
    'private_key'=>'', //数字签名私钥,sign=true时必填
    'key'=>''//api调用key,必填
];

$map = new Amap($options);

文档查看Amap.php

相关文档

建议先查看高德相关文档

License

MIT

About

高德服务api

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%