2017 © Pedro Peláez
 

library google-authenticator-provider

Google Authenticator provider for Silex based on PHPGangsta/GoogleAuthenticator

image

t-keller/google-authenticator-provider

Google Authenticator provider for Silex based on PHPGangsta/GoogleAuthenticator

  • Friday, June 20, 2014
  • by t-keller
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,571 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

GoogleAuthenticatorProvider

Google Authenticator provider for Silex based on PHPGangsta/GoogleAuthenticator, (*1)

Install (with Composer)

In your composer.json file, just add :, (*2)

"require": {
  "t-keller/google-authenticator-provider": "dev-master"
}

Register the provider in Silex

$app->register(new Tkeller\GoogleAuthenticatorProvider\GoogleAuthenticatorProvider());

Use it

A GoogleAuthenticator object is available by calling:, (*3)

$app['google_authenticator']

For more information about PHPGangsta/GoogleAuthenticator, see the documentation (https://github.com/PHPGangsta/GoogleAuthenticator), (*4)

Silex website: http://silex.sensiolabs.org, (*5)

The Versions

20/06 2014

dev-master

9999999-dev https://github.com/t-keller/GoogleAuthenticatorProvider

Google Authenticator provider for Silex based on PHPGangsta/GoogleAuthenticator

  Sources   Download