sergey-sla/oauth2-yandex

为 league/oauth2-client 提供的 Yandex 服务提供者

0.5 2017-10-09 14:18 UTC

This package is auto-updated.

Last update: 2024-08-29 04:31:09 UTC


README

Build Status Latest Version License

此包提供了 League 的 Yandex 集成,用于 OAuth2 客户端

安装

composer require sergey-sla/oauth2-yandex

使用

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