jonasarts / google-authenticator-bundle
A Google Authenticator Bundle for Symfony
Package info
github.com/jonasarts/google-authenticator-bundle
Type:symfony-bundle
pkg:composer/jonasarts/google-authenticator-bundle
v8.0.0
2026-06-28 12:05 UTC
Requires
- php: >=8.4
- symfony/dependency-injection: ^7.0 || ^8.0
- symfony/http-kernel: ^7.0 || ^8.0
- symfony/yaml: ^7.0 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0 || ^13.0
- rector/rector: ^2.0
- symfony/framework-bundle: ^7.0 || ^8.0
Suggests
- jonasarts/phpqrcode-bundle: Render the getKeyURI() otpauth URI as a QR code without external services.
README
A Google Authenticator (TOTP/HOTP) bundle for the Symfony framework.
Requires PHP 8.4 and Symfony ^7.0 || ^8.0.
This bundle is based on the ideas of Christian Stocker and Michael Kliewe.
Installation
All installation instructions are in the documentation.
Documentation
License
This bundle is released under the MIT license. See LICENSE.
The Google Authenticator project is available at https://github.com/google/google-authenticator and is under the Apache License 2.0.