PHPackages                             azine/hybridauth-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. azine/hybridauth-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

azine/hybridauth-bundle
=======================

Symfony2 bundle to access the profiles via Xing- and Linkedin-API, uses HybridAuth

1.0.0(10y ago)23.9k1[1 issues](https://github.com/azine/AzineHybridAuthBundle/issues)[1 PRs](https://github.com/azine/AzineHybridAuthBundle/pulls)MITPHPPHP &gt;=5.3.2

Since Nov 3Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/azine/AzineHybridAuthBundle)[ Packagist](https://packagist.org/packages/azine/hybridauth-bundle)[ Docs](https://github.com/azine/AzineHybridAuthBundle)[ RSS](/packages/azine-hybridauth-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (8)Used By (0)

AzineHybridAuthBundle
=====================

[](#azinehybridauthbundle)

Symfony2 bundle to integrate the HybridAuth library to get access the API of various social networks.

See  for more details on the integrated library.

Available APIs
--------------

[](#available-apis)

A lot of providers are available. See the following two links for a complete list:

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

[](#installation)

To install AzineHybridAuthBundle with Composer just add the following to your `composer.json` file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "azine/hybridauth-bundle": "dev-master"
    }
}

```

Then, you can install the new dependencies by running Composer’s update command from the directory where your `composer.json` file is located:

```
php composer.phar update

```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
