PHPackages                             humweb/sociable - 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. humweb/sociable

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

humweb/sociable
===============

Socialite authentication and persistence layer implementation.

2.1(7y ago)019.1k↓75.4%MITPHPCI failing

Since Aug 5Pushed 11mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (16)Used By (0)

Sociable
========

[](#sociable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a1fdd0c6a844687318887afdd28db1eb0e0c5eaa6cc976a4846b1b3e48a7e032/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68756d7765622f736f636961626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/humweb/sociable)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/607b7926745c52aa59a52ef39002edb2f106236029a83dd06510834983943534/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f68756d7765622f736f636961626c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/humweb/sociable)[![Coverage Status](https://camo.githubusercontent.com/0808118c6715501a91d76964bb98f100307d8254c0b4dc1d85ec2f3b99e3bd08/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f68756d7765622f736f636961626c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/humweb/sociable/code-structure)[![Quality Score](https://camo.githubusercontent.com/ee5b3b7adb5c699d2adcdb7cebffc243743e99c1dc97a56605a8966d5a37dcc8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f68756d7765622f736f636961626c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/humweb/sociable)[![Total Downloads](https://camo.githubusercontent.com/f61edeeaa259b602107b5154a7799ed4c12fa6360d0a7b785b2f073bb68d2e8c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68756d7765622f736f636961626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/humweb/sociable)

Socialite authentication and persistence layer implementation.

Install
-------

[](#install)

Via Composer

```
$ composer require humweb/sociable
```

**Add ServiceProvider**

In the `providers` array add the service providers for this package.

```
Humweb\Sociable\ServiceProvider::class
```

**Publish configuration in Laravel 5**

```
$ php artisan vendor:publish --provider="Humweb\Sociable\ServiceProvider"
```

**Run database migration**

```
$ php artisan migrate"
```

**Configure user auth driver and provider configs**

```
