PHPackages                             beehamchoi/yii2-google1tap - 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. beehamchoi/yii2-google1tap

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

beehamchoi/yii2-google1tap
==========================

Google One Tap Extension

1.0(5y ago)0571↓100%GPL-3.0+PHP

Since Jan 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bee1194/google1tap)[ Packagist](https://packagist.org/packages/beehamchoi/yii2-google1tap)[ RSS](/packages/beehamchoi-yii2-google1tap/feed)WikiDiscussions master Synced 1mo ago

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

Google One Tap
==============

[](#google-one-tap)

Google One Tap Extension

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

[](#installation)

Either run

```
composer require beehamchoi/yii2-google1tap ^1.0

```

```
php composer.phar require beehamchoi/yii2-google1tap "^1.0"

```

or add

```
"beehamchoi/yii2-google1tap": "^1.0"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

`views/index.php`

- Note:
    - Must be https
    - You can change controller or action
    - Example: SiteController and goole-onetap action

```

```

`controllers/SiteController.php`

```
    public function actions(){
		return [
			'google-onetap' => [
				'class'           => Google1tapLogin::class,
				'successCallback' => function ($client){
				//Your code here. Can do any thing with $client.
                //$client is infor of google user
				}
			]
		];
	}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6df87f735ea54bfa9cda190cfded4f63a883b84572a689e4b74ae76d83a0b4f5?d=identicon)[beehamchoi](/maintainers/beehamchoi)

---

Top Contributors

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

---

Tags

yii2extensionGoogle One TapGoogle login

### Embed Badge

![Health badge](/badges/beehamchoi-yii2-google1tap/health.svg)

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

###  Alternatives

[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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