PHPackages                             khlystou/socialite-yandex-driver - 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. khlystou/socialite-yandex-driver

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

khlystou/socialite-yandex-driver
================================

Yandex driver for Laravel socialite package

v1.0.2(2y ago)4125MITPHPPHP ^8.0|^8.1|^8.2

Since Dec 8Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Yandex driver for Laravel socialite package
===========================================

[](#yandex-driver-for-laravel-socialite-package)

### Installation

[](#installation)

```
composer require khlystou/socialite-yandex-driver
```

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'yandex' => [
    'client_id' => env('YANDEX_CLIENT_ID'),
    'client_secret' => env('YANDEX_CLIENT_SECRET'),
    'redirect' => env('YANDEX_REDIRECT')
],
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
class AuthController extends Controller
{
    // some code...

    public function redirect(): RedirectResponse
    {
        return Socialite::driver('yandex')->redirect();
    }

    public function callback()
    {
        $user = Socialite::driver('yandex')->user();

        // some code...
    }

    // some code...
}
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `nickname`
- `name`
- `email`
- `avatar`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

886d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelsocialiteyandex

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/khlystou-socialite-yandex-driver/health.svg)

```
[![Health](https://phpackages.com/badges/khlystou-socialite-yandex-driver/health.svg)](https://phpackages.com/packages/khlystou-socialite-yandex-driver)
```

###  Alternatives

[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)[revolution/socialite-mastodon

Socialite for Mastodon

13203.2k1](/packages/revolution-socialite-mastodon)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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