PHPackages                             vladmeh/socialite-passport - 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. vladmeh/socialite-passport

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

vladmeh/socialite-passport
==========================

Passport Laravel Socialite Provider

1.0.1(6y ago)05MITPHPPHP ^7.2.5CI failing

Since Mar 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vladmeh/socialite-passport)[ Packagist](https://packagist.org/packages/vladmeh/socialite-passport)[ Docs](https://github.com/vladmeh/socialite-passport)[ RSS](/packages/vladmeh-socialite-passport/feed)WikiDiscussions master Synced yesterday

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

Laravel Socialite Passport Provider
===================================

[](#laravel-socialite-passport-provider)

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

[](#introduction)

Laravel Socialite Passport Provider extends interface [Laravel Socialite](https://github.com/laravel/socialite) to OAuth authentication with [Laravel Passport](https://github.com/laravel/passport).

Official Documentation
----------------------

[](#official-documentation)

Documentation for Socialite can be found on the [Laravel website](https://laravel.com/docs/socialite).

Install
-------

[](#install)

#### composer

[](#composer)

```
composer require laravel/socialite vladmeh/socialite-passport
```

#### config/services.php

[](#configservicesphp)

```
...
'passport' => [
    'api_url' => env('PASSPORT_API_URL'),
    'client_id' => env('PASSPORT_CLIENT_ID'),
    'client_secret' => env('PASSPORT_CLIENT_SECRET'),
    'redirect' => env('PASSPORT_REDIRECT'),
],
```

#### .env

[](#env)

```
...
PASSPORT_API_URL=http://url.api.service
PASSPORT_CLIENT_ID=passport_client_id
PASSPORT_CLIENT_SECRET=passport_client_secret
PASSPORT_REDIRECT=http://your-callback-url
```

#### terminal

[](#terminal)

```
php artisan cache:clear
php artisan config:clear
php artisan config:cache
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4409980da032274af0b50937a69d5be82e4e5336ed8b68c194692ec3c90c0b84?d=identicon)[Vladmeh](/maintainers/Vladmeh)

---

Top Contributors

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

---

Tags

laravel-passportlaravel-socialiteoauth-authenticationsocialite-passportlaraveloauthsocialitepassport

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vladmeh-socialite-passport/health.svg)

```
[![Health](https://phpackages.com/badges/vladmeh-socialite-passport/health.svg)](https://phpackages.com/packages/vladmeh-socialite-passport)
```

###  Alternatives

[socialiteproviders/manager

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

42442.0M544](/packages/socialiteproviders-manager)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[schedula/laravel-passport-socialite

The missing laravel passport feature for social authentication

4922.6k](/packages/schedula-laravel-passport-socialite)

PHPackages © 2026

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