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

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

2038d 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.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)
