PHPackages                             eman-elroukh/socialite-links - 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. eman-elroukh/socialite-links

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

eman-elroukh/socialite-links
============================

This Package for generate Socialite Links

1.0.3(1y ago)03MITPHPPHP ^8.2

Since Feb 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/emyrimo90/socialite-links)[ Packagist](https://packagist.org/packages/eman-elroukh/socialite-links)[ RSS](/packages/eman-elroukh-socialite-links/feed)WikiDiscussions master Synced today

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

Socialite Links Generator
=========================

[](#socialite-links-generator)

This package provides ready-to-use social login buttons for Laravel projects using Laravel Socialite. It supports Facebook, Google, and Twitter authentication with customizable Blade components.

Features
========

[](#features)

- Easy integration with Laravel Socialite.
- Pre-designed social login buttons.
- Configurable via config/services.php.
- Supports Facebook, Google, and Twitter.

Installation
============

[](#installation)

### Install the package via Composer:

[](#install-the-package-via-composer)

```
   composer require eman-elroukh/socialite-links
```

### Publish the configuration file:

[](#publish-the-configuration-file)

```
   php artisan vendor:publish --provider="EmanElroukh\SocialiteLinks\SocialiteLinksServiceProvider" --tag=config
```

### Publish the assets (CSS and JS files):

[](#publish-the-assets-css-and-js-files)

```
   php artisan vendor:publish --provider="EmanElroukh\SocialiteLinks\SocialiteLinksServiceProvider" --tag=public
```

### Run the migrations to create the required tables:

[](#run-the-migrations-to-create-the-required-tables)

```
   php artisan migrate
```

### Clear cache and optimize the application:

[](#clear-cache-and-optimize-the-application)

```
   php artisan optimize:clear
```

Configuration
=============

[](#configuration)

- Add the following environment variables to your .env file:

```
    FACEBOOK_CLIENT_ID=
    FACEBOOK_CLIENT_SECRET=
    FACEBOOK_REDIRECT_URL=

    GOOGLE_CLIENT_ID=
    GOOGLE_CLIENT_SECRET=
    GOOGLE_REDIRECT_URL=

    TWITTER_CLIENT_ID=
    TWITTER_CLIENT_SECRET=
    TWITTER_REDIRECT_URI=
```

- Add this to your config/services.php file:

```
    'facebook' => [
        'client_id' => env('FACEBOOK_CLIENT_ID'),
        'client_secret' => env('FACEBOOK_CLIENT_SECRET'),
        'redirect' => env('FACEBOOK_REDIRECT_URL'),
    ],
    'google' => [
        'client_id' => env('GOOGLE_CLIENT_ID'),
        'client_secret' => env('GOOGLE_CLIENT_SECRET'),
        'redirect' => env('GOOGLE_REDIRECT_URL'),
    ],
    'twitter' => [
        'client_id' => env('TWITTER_CLIENT_ID'),
        'client_secret' => env('TWITTER_CLIENT_SECRET'),
        'redirect' => env('TWITTER_REDIRECT_URI'),
    ],
    'instagram' => [
        'client_id' => env('INSTAGRAM_CLIENT_ID'),
        'client_secret' => env('INSTAGRAM_CLIENT_SECRET'),
        'redirect' => env('INSTAGRAM_REDIRECT_URI'),
    ],
    'github' => [
        'client_id' => env('GITHUB_CLIENT_ID'),
        'client_secret' => env('GITHUB_CLIENT_SECRET'),
        'redirect' => env('GITHUB_REDIRECT_URI'),
    ],
    'linkedin' => [
        'client_id' => env('LINKEDIN_CLIENT_ID'),
        'client_secret' => env('LINKEDIN_CLIENT_SECRET'),
        'redirect' => env('LINKEDIN_REDIRECT_URI'),
    ],
```

How To Use
==========

[](#how-to-use)

- Add social login buttons to your blade file.
- "you can change url if you have custom routes"

```

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance40

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

3

Last Release

499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e9bfa716a2acf59e9ebe4ee8b886c27df0543305421bebb109dc3f7fca9aa65?d=identicon)[ahlamelhna@gmail.com](/maintainers/ahlamelhna@gmail.com)

---

Top Contributors

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

---

Tags

phplaravellumensocialite

### Embed Badge

![Health badge](/badges/eman-elroukh-socialite-links/health.svg)

```
[![Health](https://phpackages.com/badges/eman-elroukh-socialite-links/health.svg)](https://phpackages.com/packages/eman-elroukh-socialite-links)
```

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42747.6M584](/packages/socialiteproviders-manager)[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M18](/packages/directorytree-ldaprecord-laravel)[asbiin/laravel-webauthn

Laravel Webauthn support

311640.6k](/packages/asbiin-laravel-webauthn)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

35156.4k2](/packages/andrewdwallo-filament-companies)[fouladgar/laravel-otp

This package provides convenient methods for sending and validating OTP notifications to users for authentication.

21227.6k](/packages/fouladgar-laravel-otp)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

24133.5k](/packages/kovah-laravel-socialite-oidc)

PHPackages © 2026

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