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

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

tulparstudyo/sw-sociallogin
===========================

Aimeos sw-sociallogin extension

v1.0.7(5y ago)026LGPL-3.0PHPPHP ~7.1

Since Jan 19Pushed 5y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (5)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','VkController@index')->name('vk.auth');
Route::get('auth/vk/callback','VkController@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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% 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 ~0 days

Total

4

Last Release

1993d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e1f59c779eb52c4a2b1f808c226858f6ec86bd679d2e2da2c0ec998a47d91c0?d=identicon)[tulparstudyo](/maintainers/tulparstudyo)

---

Top Contributors

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

---

Tags

extensionaimeos

### Embed Badge

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

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[rainlab/user-plugin

User plugin for October CMS

11955.0k15](/packages/rainlab-user-plugin)[aimeos/ai-fosuser

Aimeos ai-fosuser extension

1111.4k4](/packages/aimeos-ai-fosuser)

PHPackages © 2026

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