定制 snapshotpl/zf-snap-google 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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,
        ],
    ],
];

Where can I get Google developer key?

统计信息

  • 总下载量: 60
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-01-26