PHPackages                             bladeofsteel/scn-social-auth - 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. bladeofsteel/scn-social-auth

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

bladeofsteel/scn-social-auth
============================

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

1.9.4(13y ago)025PHPPHP &gt;=5.3.3

Since Aug 8Pushed 12y agoCompare

[ Source](https://github.com/bladeofsteel/ScnSocialAuth)[ Packagist](https://packagist.org/packages/bladeofsteel/scn-social-auth)[ Docs](https://github.com/SocalNick/ScnSocialAuth)[ RSS](/packages/bladeofsteel-scn-social-auth/feed)WikiDiscussions master Synced 2mo ago

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

ScnSocialAuth
=============

[](#scnsocialauth)

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

[![Build Status](https://camo.githubusercontent.com/bac6a013678d8c072e297d210190c17e0404b0faf948852eef2a803d6ab64fe4/68747470733a2f2f7472617669732d63692e6f72672f536f63616c4e69636b2f53636e536f6369616c417574682e706e67)](https://travis-ci.org/SocalNick/ScnSocialAuth)

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)
- [ZfcBase](https://github.com/ZF-Commons/ZfcBase) (latest master)
- [ZfcUser](https://github.com/ZF-Commons/ZfcUser) (latest master)
- [HybridAuth](https://github.com/hybridauth/hybridauth) (latest master)
- Extension php\_curl enabled in php.ini

Features
--------

[](#features)

- Login with AOL \[NO LONGER SUPPORTED\]
- Login with Facebook \[COMPLETE\]
- Login with Foursquare \[COMPLETE\]
- Login with Github \[COMPLETE\]
- Login with Google \[COMPLETE\]
- Login with LinkedIn \[COMPLETE\]
- Login with Live \[INCOMPLETE\]
- Login with MySpace \[INCOMPLETE\]
- Login with OpenID \[INCOMPLETE\]
- Login with Twitter \[COMPLETE\]
- Login with Yahoo! \[COMPLETE\]
- Login with Tumblr \[COMPLETE\]
- Login with Mail.Ru \[COMPLETE\]
- Login with Odnoklassniki \[COMPLETE\]
- Login with VKontakte \[COMPLETE\]
- Login with Yandex \[COMPLETE\]

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

[](#installation)

It is recommended to add this module to your Zend Framework 2 application using Composer. After cloning [ZendSkeletonApplication](https://github.com/zendframework/ZendSkeletonApplication), change the composer minimum-stability setting to "dev" and add "socalnick/scn-social-auth" to list of requirements, then run php composer.phar install/update. Your composer.json should look something like this:

```
{
    "name": "zendframework/skeleton-application",
    "description": "Skeleton Application for ZF2",
    "license": "BSD-3-Clause",
    "keywords": [
        "framework",
        "zf2"
    ],
    "minimum-stability": "dev",
    "homepage": "http://framework.zend.com/",
    "require": {
        "php": ">=5.3.3",
        "zendframework/zendframework": "dev-master",
        "socalnick/scn-social-auth": "dev-master"
    }
}

```

Next add the required modules to config/application.config.php:

```
