https://github.com/grizzlylab/authy-bundle
Authy bundle for Symfony
https://github.com/grizzlylab/authy-bundle
authy-api php symfony wrapper-api
Last synced: 5 months ago
JSON representation
Authy bundle for Symfony
- Host: GitHub
- URL: https://github.com/grizzlylab/authy-bundle
- Owner: grizzlylab
- License: mit
- Created: 2016-07-24T11:07:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T14:47:41.000Z (about 4 years ago)
- Last Synced: 2025-11-21T10:12:48.545Z (7 months ago)
- Topics: authy-api, php, symfony, wrapper-api
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GrizzlylabAuthyBundle
======================
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
```yml
grizzlylab_authy:
api_key: "%authy_key%"
api_url: ~
```
License
-------
This bundle is under the MIT license.