PHPackages                             chrisjk123/laravel-social - 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. [Database &amp; ORM](/categories/database)
4. /
5. chrisjk123/laravel-social

ActiveLibrary[Database &amp; ORM](/categories/database)

chrisjk123/laravel-social
=========================

v1.0.0(3y ago)05MITPHPPHP &gt;=7.3|^8.0|^8.1

Since Aug 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/chrisjk123/laravel-social)[ Packagist](https://packagist.org/packages/chrisjk123/laravel-social)[ RSS](/packages/chrisjk123-laravel-social/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Quickstart wrapper for Laravel using Laravel Socialite.
=======================================================

[](#quickstart-wrapper-for-laravel-using-laravel-socialite)

[![Version](https://camo.githubusercontent.com/80ff7d5641502c54040ab2f371e7530df76c685684b96837a7a91e2158738fbe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63687269736a6b3132332f6c61726176656c2d736f6369616c2e7376673f696e636c7564655f70726572656c6561736573267374796c653d666c6174266c6162656c3d7061636b6167697374)](https://packagist.org/packages/chrisjk123/laravel-social)[![MIT Licensed](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e997aa2348a88a76c0ba92355863d5adca05f6858bf2efb5f2742c942fb45c66/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f63687269736a6b3132332f6c61726176656c2d736f6369616c2f72756e2d74657374733f7374796c653d666c6174266c6162656c3d7465737473)](https://camo.githubusercontent.com/e997aa2348a88a76c0ba92355863d5adca05f6858bf2efb5f2742c942fb45c66/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f63687269736a6b3132332f6c61726176656c2d736f6369616c2f72756e2d74657374733f7374796c653d666c6174266c6162656c3d7465737473)

This package serves as a quick, helpful wrapper around Laravel Socialite.

**NOTE**: all OAuth authentication logins made by [Laravel Socialite](https://github.com/laravel/socialite) are supported.

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

[](#installation)

You can install the package via composer:

```
composer require chrisjk123/laravel-social
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Chriscreates\Social\Providers\SocialServiceProvider" --tag="social-config"
```

Be sure to update `config\services.php` following [Laravel Socialite's documentation](https://laravel.com/docs/socialite).

```
