2017 © Pedro Peláez
 

library phpgoogleauthenticator

PHP Class for handling Google Authenticator 2-factor authentication

image

renangaleno/phpgoogleauthenticator

PHP Class for handling Google Authenticator 2-factor authentication

  • Wednesday, September 9, 2015
  • by RenanGaleno
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 350 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Google Authenticator PHP class

Build Status, (*1)

This PHP class can be used to interact with the Google Authenticator mobile app for 2-factor-authentication. This class can generate secrets, generate codes, validate codes and present a QR-Code for scanning the secret., (*2)

For a secure installation you have to make sure that used codes cannot be reused (replay-attack)., (*3)

Usage:

See example files, (*4)

php example1.php
Secret is: OQB6ZZGYHCPSX4AK

Google Charts URL for the QR-Code: https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otpauth://totp/infoATphpgangsta.de%3Fsecret%3DOQB6ZZGYHCPSX4AK

Checking Code '848634' and Secret 'OQB6ZZGYHCPSX4AK':
OK

Author

Renan Galeno * https://renan.eng.br/, (*5)

Michael Kliewe * http://www.phpgangsta.de * http://twitter.com/PHPGangsta, (*6)

License

Licensed under the BSD License., (*7)

The Versions

09/09 2015

dev-master

9999999-dev

PHP Class for handling Google Authenticator 2-factor authentication

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.3.0

 

php auth google authenticator

09/09 2015

0.1

0.1.0.0

PHP Class for handling Google Authenticator 2-factor authentication

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.3.0

 

php auth google authenticator