leonis / google-authenticator
Google Authenticator
Installs: 837
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
pkg:composer/leonis/google-authenticator
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-09-24 18:50:11 UTC
README
google-authenticator
Google Authenticator Forked from PHPGangsta/GoogleAuthenticator
Installation
composer require leonis/google-authenticator
Usage
use \Leonis\GoogleAuthenticator\GoogleAuthenticator; $secret = GoogleAuthenticator::secret(); $code = GoogleAuthenticator::code($secret); $result = GoogleAuthenticator::verify($secret,$code);
License
MIT