ptondereau/google-address-converter
Composer 安装命令:
composer require ptondereau/google-address-converter
包简介
Small tools to convert Address from google maps API
README 文档
README
WIP comming soon
Install
Via Composer
$ composer require ptondereau/google-address-converter
Usage
// Create client $apiKey = 'xxxxx'; $googleConverter = new GoogleMapsClient($api); // Create address to convert $address = new Address(); $address->setAddressLine1('address1') ->setAddressLine2('address2') ->setAddressLine3('address3') ->setCity('city') ->setZipCode('zipCode'); // Get Lat and long $googleConverter->getLatLong($address);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email pierre.tondereau@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-27