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

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

rzb/social-auth
===============

Social authentication boilerplate.

v1.0.10(11mo ago)01431MITPHP

Since Sep 5Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/rzb/social-auth)[ Packagist](https://packagist.org/packages/rzb/social-auth)[ Docs](https://github.com/rzb/social-auth)[ RSS](/packages/rzb-social-auth/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (4)Versions (12)Used By (0)

SocialAuth
==========

[](#socialauth)

Socialite wrapper that handles all the remaining social authentication boilerplate, exposing endpoints ready for use that enable multiple providers at once for any model(s) you need.

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

[](#installation)

1. Require via Composer

```
$ composer require rzb/socialauth
```

2. Run auto-discovered migrations

```
$ php artisan migrate
```

3. Add the contracts and traits to the User model, or to whatever model(s) you need

```
