PHPackages                             damianociarla/opauth-bundle - 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. [Framework](/categories/framework)
4. /
5. damianociarla/opauth-bundle

ActiveLibrary[Framework](/categories/framework)

damianociarla/opauth-bundle
===========================

DCSOpauthBundle is a Symfony2 bundle that enables support for many authentication providers through the Opauth framework

v1.0.3(11y ago)718711MITPHPPHP &gt;=5.3

Since May 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/damianociarla/DCSOpauthBundle)[ Packagist](https://packagist.org/packages/damianociarla/opauth-bundle)[ Docs](https://github.com/damianociarla/DCSOpauthBundle)[ RSS](/packages/damianociarla-opauth-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (5)Used By (1)

DCSOpauthBundle
===============

[](#dcsopauthbundle)

**DCSOpauthBundle** is a Symfony2 bundle that enables support for many authentication providers through the [Opauth](http://opauth.org/) framework.

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

[](#installation)

### a) Download and install DCSOpauthBundle

[](#a-download-and-install-dcsopauthbundle)

To install DCSOpauthBundle run the following command

```
bash $ php composer.phar require damianociarla/opauth-bundle

```

### b) Install Opauth strategy

[](#b-install-opauth-strategy)

To install the Opauth strategy, you need find the required package on Packagist or on GitHub and add it to the require list of your project's composer.json file.

This is an example of the Facebook strategy:

```
bash $ php composer.phar require opauth/facebook

```

### c) Enable the bundle

[](#c-enable-the-bundle)

To enable it add the bundle instance in the kernel:

```
