grizzlylab/authy-bundle

Authy bundle

Installs: 12 685

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

2.0.2 2022-04-05 16:26 UTC

This package is auto-updated.

Last update: 2024-04-11 19:21:50 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.