nekland/places-api
最新稳定版本:1.1.0
Composer 安装命令:
composer require nekland/places-api
包简介
Google Places API made easy !
README 文档
README
This library helps you to ask for Google Places API.
Installation
It's simple ! Just use the following composer command line.
composer require 'nekland/places-api:~1.0'
Usage
<?php use Nekland\PlacesApi\Places; $api = new Places(); $api->useAuthentication('PublicApiAccess', ['key' => 'MY KEY']); $result = $api->getSearchApi()->search('49.8445057,3.2912589', 1000);
See authentication part to know how to get a key
Who needs a documentation ? NeklandPlacesApi supports provide auto-completion for compatibles IDEs.
If yours don't, no problem: the documentation is available here.
统计信息
- 总下载量: 655
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-12