Skip to content

t-keller/GoogleAuthenticatorProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GoogleAuthenticatorProvider

Google Authenticator provider for Silex based on PHPGangsta/GoogleAuthenticator

Install (with Composer)

In your composer.json file, just add :

"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:

$app['google_authenticator']

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

Silex website: http://silex.sensiolabs.org

About

Google Authenticator provider for Silex based on PHPGangsta/GoogleAuthenticator (https://github.com/PHPGangsta/GoogleAuthenticator)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages