https://github.com/yl/google-authenticator
Google Authenticator
https://github.com/yl/google-authenticator
google-authenticator php
Last synced: 5 months ago
JSON representation
Google Authenticator
- Host: GitHub
- URL: https://github.com/yl/google-authenticator
- Owner: yl
- Created: 2017-10-10T02:09:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T02:11:44.000Z (almost 6 years ago)
- Last Synced: 2025-10-31T02:59:03.087Z (8 months ago)
- Topics: google-authenticator, php
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://styleci.io/repos/106357176)
[](https://www.travis-ci.org/yangliulnn/google-authenticator)
[](https://packagist.org/packages/leonis/google-authenticator)
[](https://packagist.org/packages/leonis/google-authenticator)
[](https://packagist.org/packages/leonis/google-authenticator)
# google-authenticator
Google Authenticator Forked from [PHPGangsta/GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)
## Installation
```
composer require leonis/google-authenticator
```
## Usage
```php
use \Leonis\GoogleAuthenticator\GoogleAuthenticator;
$secret = GoogleAuthenticator::secret();
$code = GoogleAuthenticator::code($secret);
$result = GoogleAuthenticator::verify($secret,$code);
```
## License
MIT