PHPackages                             ipunkt/laravel-socialite-profiles - 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. ipunkt/laravel-socialite-profiles

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

ipunkt/laravel-socialite-profiles
=================================

A Laravel Socialite extension for having multiple social network profiles being attached.

0.1.1(9y ago)7191MITPHPPHP ^7.0

Since Dec 6Pushed 9y ago2 watchersCompare

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

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

Socialite Profiles
==================

[](#socialite-profiles)

[![Total Downloads](https://camo.githubusercontent.com/00e4655f897cc4f3f1683437d4e87f539fe632b203b0b2d76ab4f0e0151456da/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d736f6369616c6974652d70726f66696c65732f642f746f74616c2e737667)](https://packagist.org/packages/ipunkt/laravel-socialite-profiles)[![Latest Stable Version](https://camo.githubusercontent.com/42a87dfc69fd442359e2d2aaf2d24c1c6186b73c47735e8f1ec4eff9b4c01acf/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d736f6369616c6974652d70726f66696c65732f762f737461626c652e737667)](https://packagist.org/packages/ipunkt/laravel-socialite-profiles)[![Latest Unstable Version](https://camo.githubusercontent.com/fc60515eda18056e93039929a60e5f0667fbb46fb784bc3fefa242f66e955405/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d736f6369616c6974652d70726f66696c65732f762f756e737461626c652e737667)](https://packagist.org/packages/ipunkt/laravel-socialite-profiles)[![License](https://camo.githubusercontent.com/417e425634eb96e61d8eaf8b981126b2226fd1951951af8187bc8e9f7c984a42/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d736f6369616c6974652d70726f66696c65732f6c6963656e73652e737667)](https://packagist.org/packages/ipunkt/laravel-socialite-profiles)

Introduction
------------

[](#introduction)

Socialite profiles extends the Laravel Socialite package by allowing multiple social network profiles being attached at the user. Attaching and detaching can be done after being logged in.

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

[](#installation)

Just install the package on your authorization server

```
composer require ipunkt/laravel-socialite-profiles

```

and add the Service Provider in your `config/app.php`

```
\Ipunkt\Laravel\SocialiteProfiles\SocialiteProfilesServiceProvider::class,

```

Then use `@include('socialite-profiles::logins')` in your login blade template to display all possible configured social logins.

Run `php artisan vendor:publish --provider="\Ipunkt\Laravel\SocialiteProfiles\SocialiteProfilesServiceProvider"`

Configuration
-------------

[](#configuration)

### `redirect-when-user-logged-in`

[](#redirect-when-user-logged-in)

Setting the redirect path when user logged successfully in.

### `user-model`

[](#user-model)

Setting model class for your user model.

### `route`

[](#route)

Set your authentication route path. This path will be followed by the social provider.

### `detaching_route`

[](#detaching_route)

Set your detaching a social profile route path. This path will be followed by the social provider.

Usage
-----

[](#usage)

Use trait `HasSocialProfiles` in your User model to attach the social profiles.

License
-------

[](#license)

Socialite Profiles is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

3444d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4946056?v=4)[Robert Kummer](/maintainers/rokde)[@rokde](https://github.com/rokde)

---

Tags

laravelfacebookgooglesocialitegithubtwitterprofilesxing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ipunkt-laravel-socialite-profiles/health.svg)

```
[![Health](https://phpackages.com/badges/ipunkt-laravel-socialite-profiles/health.svg)](https://phpackages.com/packages/ipunkt-laravel-socialite-profiles)
```

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[socialconnect/auth

Social Connect Auth Component

568845.4k5](/packages/socialconnect-auth)[fof/oauth

Allow users to log in with GitHub, Facebook, Google, Discord, GitLab, LinkedIn, and more!

50118.7k41](/packages/fof-oauth)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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