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

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

2001d 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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[rainlab/user-plugin

User plugin for October CMS

11855.3k17](/packages/rainlab-user-plugin)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

226.7k](/packages/pressbooks-pressbooks-book)[aimeos/ai-fosuser

Aimeos ai-fosuser extension

1111.6k4](/packages/aimeos-ai-fosuser)[wp-pay-extensions/gravityforms

Gravity Forms driver for the WordPress payment processing library.

1134.5k5](/packages/wp-pay-extensions-gravityforms)

PHPackages © 2026

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