mnwb/oauth2-yandex

Yandex provider for league/oauth2-client

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 13

pkg:composer/mnwb/oauth2-yandex

v1.0.2 2025-10-18 16:06 UTC

This package is auto-updated.

Last update: 2025-10-18 16:07:51 UTC


README

Latest Version License

This package provides Yandex integration for OAuth2 Client by the League. Fork https://github.com/zip-fa/oauth2-yandex with getBirthday function.

Installation

composer require mnwb/oauth2-yandex

Usage

$provider = new mnwb\OAuth2\Client\Provider\Yandex([
    'clientId' => 'b80bb7740288fda1f201890375a60c8f',
    'clientSecret' => 'f23ccd066f8236c6f97a2a62d3f9f9f5',
    'redirectUri' => 'https://example.org/oauth-endpoint',
]);