This is a simple wrapper of "authy/php" to easily configure it inside a Symfony project.
composer require 'grizzlylab/[email protected]'
- in AppKernel.php:
new Grizzlylab\Bundle\AuthyBundle\GrizzlylabAuthyBundle()
grizzlylab_authy:
api_key: "%authy_key%"
api_url: ~
This bundle is under the MIT license.