PHPackages                             vip9008/yii2-googleuser - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. vip9008/yii2-googleuser

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

vip9008/yii2-googleuser
=======================

Enables signing in using a google account.

v1.0.0(9y ago)07MITPHP

Since Nov 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vip9008/yii2-googleuser)[ Packagist](https://packagist.org/packages/vip9008/yii2-googleuser)[ RSS](/packages/vip9008-yii2-googleuser/feed)WikiDiscussions master Synced 4w ago

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

Google user module
==================

[](#google-user-module)

Enables signing in using a google account.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist vip9008/yii2-googleuser "*"

```

or add

```
"vip9008/yii2-googleuser": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply create web api credentials at [developers console](https://console.developers.google.com/)and add your sign-in link to Authorized redirect URIs `[link_to_your_yii2_app]user/sign-in`. Then add the module to your configuration file :

```
'modules' => [
    'user' => [
        'class' => 'vip9008\googleuser\Module',
        'apiTokens' => [
            'clientId' => 'API_CREDENTIALS_CLIENT_ID',
            'clientSecret' => 'API_CREDENTIALS_CLIENT_SECRET',
        ],
    ],
    .
    .
    .
],

```

Available actions
-----------------

[](#available-actions)

```
/user/index

```

```
/user/sign-in

```

```
/user/sign-out

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3519d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14903668?v=4)[Hussain Almomen](/maintainers/vip9008)[@vip9008](https://github.com/vip9008)

---

Top Contributors

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

---

Tags

googleuseryii2modulevip9008

### Embed Badge

![Health badge](/badges/vip9008-yii2-googleuser/health.svg)

```
[![Health](https://phpackages.com/badges/vip9008-yii2-googleuser/health.svg)](https://phpackages.com/packages/vip9008-yii2-googleuser)
```

###  Alternatives

[amnah/yii2-user

Yii 2 user authentication module

251231.0k3](/packages/amnah-yii2-user)[2amigos/yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

294282.0k15](/packages/2amigos-yii2-usuario)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)[budyaga/yii2-users

Module for manage users and their rights with the support of registration through social services and assigned to each user more than one social service.

409.1k](/packages/budyaga-yii2-users)

PHPackages © 2026

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