yii2-google-places-library:Yii2的Google Places API库

时间:2024-02-24 06:06:20
【文件属性】:

文件名称:yii2-google-places-library:Yii2的Google Places API库

文件大小:14KB

文件格式:ZIP

更新时间:2024-02-24 06:06:20

google yii2 component places 2amigos

适用于Yii2的Google Places API库 通过将 google-places-library的方法包装到Yii2组件中,扩展库可与进行交互。 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require "2amigos/yii2-google-places-library" "*" 或添加 " 2amigos/yii2-google-places-library " : " * " 到应用程序的composer.json文件的require部分。 用法 首选方法是将组件设置到应用程序的配置数组中: 'components' => [ 'places' => [ 'class' => '\dosamigos\google\places\Places' , 'key' => '{your-google-api-key-with-places-activated}' , 'format' => 'json' , // or 'xml' 'force


【文件预览】:
yii2-google-places-library-master
----composer.json(790B)
----.php_cs.dist(1KB)
----composer.lock(59KB)
----CONTRIBUTING.md(1KB)
----src()
--------Places.php(1KB)
--------Search.php(1007B)
--------AbstractComponent.php(2KB)
----LICENSE.md(2KB)
----README.md(3KB)

网友评论