PHPackages                             demroos/oauth2-alvario - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. demroos/oauth2-alvario

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

demroos/oauth2-alvario
======================

Alvario OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1.1.0(6y ago)01.8kMITPHPCI failing

Since Jun 27Pushed 6y agoCompare

[ Source](https://github.com/demroos/oauth2-alvario)[ Packagist](https://packagist.org/packages/demroos/oauth2-alvario)[ RSS](/packages/demroos-oauth2-alvario/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Alvario Provider for OAuth 2.0 Client
=====================================

[](#alvario-provider-for-oauth-20-client)

This package provides Alvario OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

Installation
------------

[](#installation)

To install, use composer:

```
composer require demroos/oauth2-alvario
```

Usage with Symfony
------------------

[](#usage-with-symfony)

### Install client bundle

[](#install-client-bundle)

```
composer require knpuniversity/oauth2-client-bundle
```

### Create controller

[](#create-controller)

```
