2017 © Pedro Peláez
 

library zf-snap-google

image

snapshotpl/zf-snap-google

  • Friday, March 27, 2015
  • by snapshotpl
  • Repository
  • 1 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ZfSnapGoogle

Google API client for Zend Framework 2, (*1)

Module uses official Google SDK as dependency., (*2)

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, (*3)

{
  "require": {
    "snapshotpl/zf-snap-google": "0.9.*"
  }
}

and add module ZfSnapGoogle to application.config.php., (*4)

Configure your Google credentials by settings developer key:, (*5)

return [
    'google' => [
        'client' => [
            'developer_key' => null,
        ],
    ],
];

Where can I get Google developer key?, (*6)

The Versions

27/03 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

27/03 2015

0.9.0

0.9.0.0

  Sources   Download

The Requires