snapshotpl/zf-snap-google
最新稳定版本:0.9.0
Composer 安装命令:
composer require snapshotpl/zf-snap-google
包简介
README 文档
README
Google API client for Zend Framework 2
Module uses official Google SDK as dependency.
Usage
$youtube = $serviceManager->get('Google_Service_YouTube'); $result = $youtube->search->listSearch('id', [ 'q' => 'Google', 'maxResults' => 10, 'videoEmbeddable' => 'true', 'type' => 'video', ]);
How to install?
Via composer.json
{
"require": {
"snapshotpl/zf-snap-google": "0.9.*"
}
}
and add module ZfSnapGoogle to application.config.php.
Configure your Google credentials by settings developer key:
return [ 'google' => [ 'client' => [ 'developer_key' => null, ], ], ];
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-01-26