PHPackages                             phhung1901/google\_one\_tap - 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. phhung1901/google\_one\_tap

ActivePhp[Authentication &amp; Authorization](/categories/authentication)

phhung1901/google\_one\_tap
===========================

Login with google one tap/google popup login

v12.0.0(7mo ago)2716.1k↓46.8%4MITPHPPHP &gt;=8.2

Since Oct 10Pushed 5mo ago4 watchersCompare

[ Source](https://github.com/phhung1901/google-one-tap)[ Packagist](https://packagist.org/packages/phhung1901/google_one_tap)[ RSS](/packages/phhung1901-google-one-tap/feed)WikiDiscussions deploy Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (14)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d43de3b45b93d8a72d91668ea0e7dd570f04259ac9173de68cf4162cb1483d2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706868756e67313930312f676f6f676c655f6f6e655f7461702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phhung1901/google_one_tap)[![Total Downloads](https://camo.githubusercontent.com/3032974ff7c135894fd5a30c955ac9fbe918cf3680b5785f46f974e06f146ad0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706868756e67313930312f676f6f676c655f6f6e655f7461702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phhung1901/google_one_tap)

google-one-tap
==============

[](#google-one-tap)

Login with google one tap/google popup login for Laravel

**✨ Now supports Laravel 12!**

[![title](https://camo.githubusercontent.com/c4357aa67b7512b5a126c79db34f1f00a2f452ec118300bca01b845843c8568b/68747470733a2f2f646576656c6f706572732e676f6f676c652e636f6d2f7374617469632f6964656e746974792f6773692f7765622f696d616765732f6f6e652d7461702d7369676e2d75702e706e673f686c3d7669)](https://camo.githubusercontent.com/c4357aa67b7512b5a126c79db34f1f00a2f452ec118300bca01b845843c8568b/68747470733a2f2f646576656c6f706572732e676f6f676c652e636f6d2f7374617469632f6964656e746974792f6773692f7765622f696d616765732f6f6e652d7461702d7369676e2d75702e706e673f686c3d7669)

---

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

[](#installation)

**requires**

- php: &gt;=8.2
- laravel/framework: ^9.0|^10.0|^11.0|^12.0

```
composer require phhung1901/google_one_tap
```

---

Config
------

[](#config)

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'google' => [
  'client_id' => env('GOOGLE_CLIENT_ID'),
  'client_secret' => env('GOOGLE_CLIENT_SECRET'),
  'redirect' => env('GOOGLE_URL')
],
```

---

Usage
-----

[](#usage)

### 1. Added to scripts

[](#1-added-to-scripts)

```

```

### 2. Next, you must publish the component

[](#2-next-you-must-publish-the-component)

Add to `providers` config/app.php

```
\GoogleOneTap\Services\GoogleOneTapServiceProvider::class,
```

```
php artisan vendor:publish --tag=google_one_tap
```

Now, add the component wherever you want google\_one\_tap to be used.

```

```

Config `googe-one-tap.php` you can add customizations

### 3. Returned User fields

[](#3-returned-user-fields)

```
$token = GoogleOneTapService::getToken($request);
return Socialite::driver('google-one-tap')->stateless()->userFromToken($token)
```

---

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance67

Regular maintenance activity

Popularity37

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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

Every ~89 days

Recently: every ~178 days

Total

9

Last Release

238d ago

Major Versions

v0.0.1 → v1.1.22023-10-11

v1.2.1 → v2.0.02024-03-14

v2.0.0 → v12.0.02025-09-23

PHP version history (2 changes)v1.1PHP &gt;=8.1

v12.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/54b33da254e527950459ae8ef657d353226e274cf63e743d3785744e24fb22d6?d=identicon)[phhung1901](/maintainers/phhung1901)

---

Top Contributors

[![phhung1901](https://avatars.githubusercontent.com/u/79549917?v=4)](https://github.com/phhung1901 "phhung1901 (28 commits)")[![dttrang112](https://avatars.githubusercontent.com/u/228441283?v=4)](https://github.com/dttrang112 "dttrang112 (1 commits)")[![marcinsdance](https://avatars.githubusercontent.com/u/1252171?v=4)](https://github.com/marcinsdance "marcinsdance (1 commits)")

---

Tags

google-one-taplaravel-socialite

### Embed Badge

![Health badge](/badges/phhung1901-google-one-tap/health.svg)

```
[![Health](https://phpackages.com/badges/phhung1901-google-one-tap/health.svg)](https://phpackages.com/packages/phhung1901-google-one-tap)
```

###  Alternatives

[metrogistics/laravel-azure-ad-oauth

Provides single-sign-on ability to Microsoft Azure Active Directory enabled apps.

8679.1k1](/packages/metrogistics-laravel-azure-ad-oauth)

PHPackages © 2026

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