An open API service indexing awesome lists of open source software.

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

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.