PHPackages                             gsdw/social - 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. gsdw/social

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

gsdw/social
===========

Laravel social connect

v0.1.0(10y ago)011MITPHPPHP &gt;=5.4.0

Since May 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/gsdw/social)[ Packagist](https://packagist.org/packages/gsdw/social)[ RSS](/packages/gsdw-social/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Gsdw Social
===================

[](#laravel-gsdw-social)

Introduction
------------

[](#introduction)

### install

[](#install)

```
add code to composer.json

"require": {
    "laravel/socialite": "^2.0",
    "gsdw/social": "0.1.*"
}

```

### Configuration

[](#configuration)

register the Provider in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...
    Laravel\Socialite\SocialiteServiceProvider::class,
    Gsdw\Social\Providers\SocialServiceProvider::class,
],

```

Also, add the `Socialite` facade to the `aliases` array in your `app` configuration file:

```
'Socialite' => Laravel\Socialite\Facades\Socialite::class,

```

Add information app project in `config/services.php` configuration file

```
'google' => [
    'client_id' => 'your-github-app-id',
    'client_secret' => 'your-github-app-secret',
    'redirect' => url('social/handle/google'),
],

```

### Add link Login

[](#add-link-login)

Default link to login social is `/social/redirect/google`. Can use html output link: \\Gsdw\\Social\\Helpers\\Output::googleButton()

### Notification

[](#notification)

Add code in layout to show notification `@if (count($errors) > 0)  @foreach ($errors->all() as $error) {{ $error }} @endforeach  @endif`

#### Reference

[](#reference)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3651d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac5d262c7a77434bf5f5113488a70c30fcc6ca87d3bb979e94a630c73a884fda?d=identicon)[giangsoda](/maintainers/giangsoda)

---

Top Contributors

[![giangsoda](https://avatars.githubusercontent.com/u/6734235?v=4)](https://github.com/giangsoda "giangsoda (9 commits)")

---

Tags

socialloggin

### Embed Badge

![Health badge](/badges/gsdw-social/health.svg)

```
[![Health](https://phpackages.com/badges/gsdw-social/health.svg)](https://phpackages.com/packages/gsdw-social)
```

###  Alternatives

[hybridauth/hybridauth

PHP Social Authentication Library

3.4k8.5M93](/packages/hybridauth-hybridauth)[overtrue/socialite

A collection of OAuth 2 packages.

1.4k5.5M86](/packages/overtrue-socialite)[coderello/laravel-passport-social-grant

Social Grant for Laravel Passport

179607.4k3](/packages/coderello-laravel-passport-social-grant)[adaojunior/passport-social-grant

Social grant for Laravel Passport

116279.2k1](/packages/adaojunior-passport-social-grant)[mmanos/laravel-social

A social login package for Laravel 4.

556.8k](/packages/mmanos-laravel-social)

PHPackages © 2026

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