PHPackages                             serdud/socialite-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. serdud/socialite-google-one-tap

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

serdud/socialite-google-one-tap
===============================

Google One Tap provider for Laravel Socialite

v2.3.0(2mo ago)594.0k↓32.6%1MITPHPPHP ^7.4 || ^8.0

Since Dec 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/serdud/socialite-google-one-tap)[ Packagist](https://packagist.org/packages/serdud/socialite-google-one-tap)[ Docs](https://github.com/serdud/socialite-google-one-tap)[ RSS](/packages/serdud-socialite-google-one-tap/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (6)Versions (10)Used By (0)

Google One Tap provider for Laravel Socialite
=============================================

[](#google-one-tap-provider-for-laravel-socialite)

[![Latest Version on Packagist](https://camo.githubusercontent.com/479dae665e93ad0b1f876810538d5b7d00099b631e9b22b86a1faee05bb2e8da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365726475642f736f6369616c6974652d676f6f676c652d6f6e652d7461702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/serdud/socialite-google-one-tap)[![Total Downloads](https://camo.githubusercontent.com/ece5864a2ebf0b1ed3257f9fa5ad73dc32797b03857f1f29947f8f5d1dbcf416/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365726475642f736f6369616c6974652d676f6f676c652d6f6e652d7461702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/serdud/socialite-google-one-tap)

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

```
composer require serdud/socialite-google-one-tap
```

### 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_REDIRECT_URI')
],
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite:

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

> **Note**Use `google` driver name if you're using version &lt; 2.0.0

> **Note**The token is returned in the `credential` field

### Returned User fields

[](#returned-user-fields)

- `id`
- `nickname`
- `name`
- `email`
- `avatar`
- `given_name`
- `family_name`

Credits
-------

[](#credits)

- [serdud](https://github.com/serdud)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance83

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~152 days

Recently: every ~276 days

Total

9

Last Release

87d ago

Major Versions

v1.2.0 → v2.0.02023-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/68cd3b390ddcec438b76e2826be5445ab0986b1b30cea26958170b239b2cf4d5?d=identicon)[serdud](/maintainers/serdud)

---

Top Contributors

[![serdud](https://avatars.githubusercontent.com/u/17123820?v=4)](https://github.com/serdud "serdud (10 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (1 commits)")

---

Tags

laravelgoogleprovidersocialite

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42747.6M584](/packages/socialiteproviders-manager)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

35156.4k2](/packages/andrewdwallo-filament-companies)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

24133.8k](/packages/kovah-laravel-socialite-oidc)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1518.6k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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