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[1 issues](https://github.com/xpointo/silverstripe-google-authenticator/issues)[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 today

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 35% of packages

Maintenance18

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://avatars.githubusercontent.com/u/10921316?v=4)[Xpointo Media](/maintainers/xpointo)[@xpointo](https://github.com/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

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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