PHPackages                             snapshotpl/zf-snap-google - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. snapshotpl/zf-snap-google

ActiveLibrary

snapshotpl/zf-snap-google
=========================

0.9.0(11y ago)160PHPPHP &gt;=5.4.0

Since Mar 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/snapshotpl/ZfSnapGoogle)[ Packagist](https://packagist.org/packages/snapshotpl/zf-snap-google)[ RSS](/packages/snapshotpl-zf-snap-google/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ZfSnapGoogle
============

[](#zfsnapgoogle)

Google API client for Zend Framework 2

Module uses official Google SDK as dependency.

Usage
-----

[](#usage)

```
$youtube = $serviceManager->get('Google_Service_YouTube');
$result = $youtube->search->listSearch('id', [
    'q' => 'Google',
    'maxResults' => 10,
    'videoEmbeddable' => 'true',
    'type' => 'video',
]);
```

How to install?
---------------

[](#how-to-install)

Via [composer.json](https://getcomposer.org/)

```
{
  "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?](https://code.google.com/apis/console)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4062d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93a2113828a101b473d256ef12e6bd89d67bcbef0621704cfeb3304c98a16a47?d=identicon)[snapshotpl](/maintainers/snapshotpl)

---

Top Contributors

[![snapshotpl](https://avatars.githubusercontent.com/u/312655?v=4)](https://github.com/snapshotpl "snapshotpl (4 commits)")

### Embed Badge

![Health badge](/badges/snapshotpl-zf-snap-google/health.svg)

```
[![Health](https://phpackages.com/badges/snapshotpl-zf-snap-google/health.svg)](https://phpackages.com/packages/snapshotpl-zf-snap-google)
```

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1019.7k](/packages/voidagency-vactory-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
