PHPackages                             swordbros/sw-sociallogin - 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. swordbros/sw-sociallogin

ActiveAimeos-extension[Authentication &amp; Authorization](/categories/authentication)

swordbros/sw-sociallogin
========================

Aimeos sw-sociallogin extension

v1.0.1(5y ago)06LGPL-3.0PHPPHP ~7.1

Since Jan 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/swordbros/sw-sociallogin)[ Packagist](https://packagist.org/packages/swordbros/sw-sociallogin)[ RSS](/packages/swordbros-sw-sociallogin/feed)WikiDiscussions main Synced 2d ago

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

sw-sociallogin
==============

[](#sw-sociallogin)

sw-sociallogin

Settings
--------

[](#settings)

### config/services.php

[](#configservicesphp)

```
    'google' => [
        'client_id' => '***',
        'client_secret' => '***',
        'redirect' =>  trim(Config('app.url'),'/').'/auth/google/callback',
    ],

    'vkontakte' => [
        'client_id' => '***',
        'client_secret' => '***',
        'redirect' =>  trim(Config('app.url'),'/').'/auth/vk/callback',
    ],
    'facebook' => [
        'client_id' => '***',
        'client_secret' => '***',
        'redirect' =>  trim(Config('app.url'),'/').'/auth/fb/callback',
    ],

```

### routes/web.php

[](#routeswebphp)

```
Route::get('auth/google', 'GoogleController@redirectToGoogle');
Route::get('auth/google/callback', 'GoogleController@handleGoogleCallback');
Route::get('auth/fb', 'FacebookController@index')->name('fb.auth');
Route::get('auth/fb/callback', 'FacebookController@callback');
Route::get('auth/vk','SocialController@index')->name('vk.auth');
Route::get('auth/vk/callback','SocialController@callback');

```

### app/Providers/EventServiceProvider.php

[](#appproviderseventserviceproviderphp)

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        'SocialiteProviders\\VKontakte\\VKontakteExtendSocialite@handle',
    ],
];

```

Using
-----

[](#using)

```

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~37 days

Total

2

Last Release

1902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cc528d6a4e3bbeb4812ee575f9228780973d51c9f83f983a6cc8ffffc55cede?d=identicon)[swordbros](/maintainers/swordbros)

---

Top Contributors

[![tulparstudyo](https://avatars.githubusercontent.com/u/37733016?v=4)](https://github.com/tulparstudyo "tulparstudyo (4 commits)")[![tezyaz](https://avatars.githubusercontent.com/u/151051381?v=4)](https://github.com/tezyaz "tezyaz (1 commits)")

---

Tags

extensionaimeos

### Embed Badge

![Health badge](/badges/swordbros-sw-sociallogin/health.svg)

```
[![Health](https://phpackages.com/badges/swordbros-sw-sociallogin/health.svg)](https://phpackages.com/packages/swordbros-sw-sociallogin)
```

###  Alternatives

[aimeos/ai-fosuser

Aimeos ai-fosuser extension

1111.2k3](/packages/aimeos-ai-fosuser)

PHPackages © 2026

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