grizzlylab / authy-bundle
Authy bundle
Package info
github.com/grizzlylab/authy-bundle
Type:symfony-bundle
pkg:composer/grizzlylab/authy-bundle
2.0.4
2026-09-15 16:58 UTC
Requires
- php: ^8.1
- authy/php: 4.0.0-rc.2
- guzzlehttp/guzzle: ^7.0
- symfony/http-kernel: ^5.4|^6.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.48
- friendsofphp/php-cs-fixer: ^3.92.3
- phpro/grumphp: ^2.18.0
- phpstan/phpstan: ^2.1.33
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-15 18:13:54 UTC
README
This is a simple wrapper of "authy/php" to easily configure it inside a Symfony project.
1. Installation
composer require 'grizzlylab/authy-bundle@2.0'- in AppKernel.php:
new Grizzlylab\Bundle\AuthyBundle\GrizzlylabAuthyBundle()
2. Configuration
grizzlylab_authy: api_key: "%authy_key%" api_url: ~
License
This bundle is under the MIT license.