PHPackages                             nestednet/socialite-wrapper - 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. nestednet/socialite-wrapper

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

nestednet/socialite-wrapper
===========================

Laravel socialite wrapper.

0.2.0(6y ago)05MITPHP

Since Feb 2Pushed 6y agoCompare

[ Source](https://github.com/Nestednet/socialite-wrapper)[ Packagist](https://packagist.org/packages/nestednet/socialite-wrapper)[ RSS](/packages/nestednet-socialite-wrapper/feed)WikiDiscussions master Synced 2mo ago

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

Laravel 5.7 Socialite Wrapper
=============================

[](#laravel-57-socialite-wrapper)

Socialize implementation for your Laravel 5.7 project.

Awesome to use with Sentinel (and free social login option), Entrust or default Auth.

Usage
-----

[](#usage)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require kneipp/socialite-wrapper

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

Add the provider in `config/app.php`:

```
Kneipp\SocialiteWrapper\SocialiteWrapperServiceProvider::class,
```

### Step 3: Almost done

[](#step-3-almost-done)

- add keys in config/services.php:

```
        'facebook' => [
            'client_id' => env('FACEBOOK_KEY'),
            'client_secret' => env('FACEBOOK_SECRET'),
            'redirect' => env('APP_URL') . '/callback/facebook',
        ],

        'twitter' => [
            'client_id' => env('TWITTER_KEY'),
            'client_secret' => env('TWITTER_SECRET'),
            'redirect' => env('APP_URL') . '/callback/twitter',
        ],

        'google' => [
            'client_id' => env('GOOGLE_KEY'),
            'client_secret' => env('GOOGLE_SECRET'),
            'redirect' => env('APP_URL') . '/callback/google',
        ],

        'linkedin' => [
            'client_id' => env('LINKEDIN_KEY'),
            'client_secret' => env('LINKEDIN_SECRET'),
            'redirect' => env('APP_URL') . '/callback/linkedin/',
        ],
```

- add .env file keys and check APP\_URL value:

```
FACEBOOK_KEY=
FACEBOOK_SECRET=

TWITTER_KEY=
TWITTER_SECRET=

```

- Run:

```
php artisan vendor:publish --provider="Kneipp\SocialiteWrapper\SocialiteWrapperServiceProvider"
php artisan migrate

```

- Create your links in views/auth/login.blade.php for example:

```
FB Login
Twitter Login
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~485 days

Total

3

Last Release

2417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8f8eb87c018f1f6248d0f880f434fdbb29fee39a068129c589ce030e548d48d?d=identicon)[eaarranz](/maintainers/eaarranz)

---

Top Contributors

[![kneipp](https://avatars.githubusercontent.com/u/130071?v=4)](https://github.com/kneipp "kneipp (11 commits)")[![eaarranz](https://avatars.githubusercontent.com/u/20563513?v=4)](https://github.com/eaarranz "eaarranz (2 commits)")

### Embed Badge

![Health badge](/badges/nestednet-socialite-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/nestednet-socialite-wrapper/health.svg)](https://phpackages.com/packages/nestednet-socialite-wrapper)
```

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[devdojo/auth

The auth package to make authentication in your laravel applications easy to use.

61979.4k2](/packages/devdojo-auth)[genealabs/laravel-socialiter

Automatically manage user persistence and resolution for any Laravel Socialite provider.

133403.3k](/packages/genealabs-laravel-socialiter)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
