PHPackages                             kuma-guy/google-module - 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. kuma-guy/google-module

ActiveLibrary

kuma-guy/google-module
======================

073PHP

Since Jul 13Pushed 9y agoCompare

[ Source](https://github.com/kuma-guy/Ray.GoogleModule)[ Packagist](https://packagist.org/packages/kuma-guy/google-module)[ RSS](/packages/kuma-guy-google-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ray.GoogleModule
================

[](#raygooglemodule)

[![Build Status](https://camo.githubusercontent.com/2014863a89a789088707ebcc89834b3f9c5c73d8e1f88f5b702a1e63f35038d2/68747470733a2f2f7472617669732d63692e6f72672f6b756d612d6775792f5261792e476f6f676c654d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kuma-guy/Ray.GoogleModule)

[google-api-php-client](https://github.com/google/google-api-php-client) module for Ray.Di

Installation
------------

[](#installation)

### Composer install

[](#composer-install)

```
$ composer require kuma-guy/google-module

```

### Module install

[](#module-install)

```
use Ray\Di\AbstractModule;
use Ray\GoogleModule\GoogleModule;

class AppModule extends AbstractModule
{
    protected function configure()
    {
        $config = [
            'client_id' => 'your-client-id',
            'client_secret' => 'your-client-secret'
        ];
        $this->install(new GoogleModule($config));
    }
}
```

### DI trait

[](#di-trait)

- [GoogleClientInject](https://github.com/kuma-guy/Ray.GoogleModule/blob/master/src/GoogleClientInject.php) for `Google_Client`

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3edf42babdb017f2ec023b6cad24e3db1eacf0941bf97ea10bbd32978c3dd8be?d=identicon)[shingo-kumagai](/maintainers/shingo-kumagai)

---

Top Contributors

[![kuma-guy](https://avatars.githubusercontent.com/u/7978290?v=4)](https://github.com/kuma-guy "kuma-guy (13 commits)")

### Embed Badge

![Health badge](/badges/kuma-guy-google-module/health.svg)

```
[![Health](https://phpackages.com/badges/kuma-guy-google-module/health.svg)](https://phpackages.com/packages/kuma-guy-google-module)
```

PHPackages © 2026

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