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

ActiveAimeos-extension

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 2d 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 27% 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

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

[aimeos/ai-client-jsonapi

Aimeos frontend JSON REST API

967322.3k11](/packages/aimeos-ai-client-jsonapi)[aimeos/ai-admin-jsonadm

Aimeos JSON admin API for backend

22332.0k10](/packages/aimeos-ai-admin-jsonadm)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[aimeos/ai-filesystem

Aimeos file system layer extension

1029.9k1](/packages/aimeos-ai-filesystem)

PHPackages © 2026

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