grizzlylab / authy-bundle
Authy bundle
Installs: 14 162
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- authy/php: ~3.0
- symfony/http-kernel: ^4.4 || ^5.2
Requires (Dev)
- ergebnis/composer-normalize: ^2.2
- friendsofphp/php-cs-fixer: ^2.16
- phpro/grumphp: ^0.17.2
- phpstan/phpstan: ^0.12.11
This package is auto-updated.
Last update: 2024-12-11 20:38:12 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.