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

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

vinelab/social-auth
===================

v3.1.1(11y ago)101.3k4[1 PRs](https://github.com/Vinelab/social-auth/pulls)MITPHPPHP &gt;=5.4

Since Jun 13Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Vinelab/social-auth)[ Packagist](https://packagist.org/packages/vinelab/social-auth)[ RSS](/packages/vinelab-social-auth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (13)Used By (0)

[![Build Status](https://camo.githubusercontent.com/92f4b1b5d2ebb5287f3dd90cc12aded1375dac7f09116060cf9909a2cd93d832/68747470733a2f2f7472617669732d63692e6f72672f56696e656c61622f736f6369616c2d617574682e706e673f6272616e63683d332e302e302d646576)](https://travis-ci.org/Vinelab/social-auth)

Social Authentication - Laravel
===============================

[](#social-authentication---laravel)

[![Dependency Status](https://camo.githubusercontent.com/0618cc199ddd7ae784c8e07f6efc7d7880fa1c75fa494fc97ea666d4c5c950a2/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f2f757365722f70726f6a656374732f3533656663396334313362623036326635663030303462622f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com//user/projects/53efc9c413bb062f5f0004bb)

[![SensioLabsInsight](https://camo.githubusercontent.com/1ee031b1a49dacab4dd81dfe73280d1acb9f368ed9e9bda15218f4ca9568778b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36366136326430372d633539392d343232652d613439612d3139303064386630363433302f6269672e706e67)](https://insight.sensiolabs.com/projects/66a62d07-c599-422e-a49a-1900d8f06430)

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

[](#installation)

Using [composer](http://getcomposer.org) require the package [vinelab/social-auth](https://packagist.org/packages/vinelab/social-auth). Edit **app.php** and add `'Vinelab\Auth\AuthServiceProvider'` to the `'providers'` array. It will automatically alias itself as SocialAuth which is a Facade.

Configuration
-------------

[](#configuration)

Publish the configuration file using `php artisan vendor:publish`

Usage
-----

[](#usage)

```
