PHPackages                             xpointo/silverstripe-google-authenticator - 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. xpointo/silverstripe-google-authenticator

ActiveSilverstripe-module[Authentication &amp; Authorization](/categories/authentication)

xpointo/silverstripe-google-authenticator
=========================================

Adds Google authentication to SilverStripe

104342[2 PRs](https://github.com/xpointo/silverstripe-google-authenticator/pulls)PHP

Since Dec 21Pushed 10y ago5 watchersCompare

[ Source](https://github.com/xpointo/silverstripe-google-authenticator)[ Packagist](https://packagist.org/packages/xpointo/silverstripe-google-authenticator)[ RSS](/packages/xpointo-silverstripe-google-authenticator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Google Authenticator
=================================

[](#silverstripe-google-authenticator)

Introduction
------------

[](#introduction)

This module enables Google authentication on SilverStripe.

It works by matching the email address obtained from Google login with the email address in the SilverStripe user account list, and logs in the user if there is a match.

Requirements
------------

[](#requirements)

- [SilverStripe 3.1.x](https://github.com/silverstripe/silverstripe-framework)
- [Google APIs Client Library for PHP](https://github.com/google/google-api-php-client)

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

[](#installation)

### via composer

[](#via-composer)

`composer require "xpointo/silverstripe-google-authenticator:dev-master"`

Configuration
-------------

[](#configuration)

1. Obtain the Google OAuth Client ID &amp; Client Secret by following the instructions in the [Google API Documentation](https://developers.google.com/api-client-library/php/auth/web-app)
2. For the redirect uris setting in the Google OAuth configuration, please include the URL:

- `http://[yoursitename]/GoogleAuthenticatorController/callback`

3. Define the Google OAuth Client ID &amp; Client Secret in your `_ss_environment.php` or `mysite/config.php` file.

```
define('GOOGLE_AUTHENTICATOR_CLIENT_ID', '[google-oauth-client-id]');
define('GOOGLE_AUTHENTICATOR_CLIENT_SECRET', '[google-oauth-client-secret]');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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/2586e45d9d82fc47907b4a81d6b95222c42fb57f4f64d39010b3a183cd003cbe?d=identicon)[xpointo](/maintainers/xpointo)

---

Top Contributors

[![jlchiu](https://avatars.githubusercontent.com/u/177782?v=4)](https://github.com/jlchiu "jlchiu (7 commits)")[![eeerlend](https://avatars.githubusercontent.com/u/1587373?v=4)](https://github.com/eeerlend "eeerlend (1 commits)")

### Embed Badge

![Health badge](/badges/xpointo-silverstripe-google-authenticator/health.svg)

```
[![Health](https://phpackages.com/badges/xpointo-silverstripe-google-authenticator/health.svg)](https://phpackages.com/packages/xpointo-silverstripe-google-authenticator)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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