sergey-sla/oauth2-yandex

Yandex provider for league/oauth2-client

Maintainers

Package info

github.com/sergey-sla/oauth2-yandex

pkg:composer/sergey-sla/oauth2-yandex

Statistics

Installs: 1 180

Dependents: 0

Suggesters: 0

Stars: 0

0.5 2017-10-09 14:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:10:31 UTC


README

Build Status Latest Version License

This package provides Yandex integration for OAuth2 Client by the League.

Installation

composer require sergey-sla/oauth2-yandex

Usage

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