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

ActiveLibrary

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

Social authentication boilerplate.

v1.0.10(10mo ago)0143↓100%1MITPHP

Since Sep 5Pushed 10mo 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 1mo 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

```
