zip-fa / oauth2-yandex
Yandex provider for league/oauth2-client
v1.0.0
2025-08-29 13:43 UTC
Requires
- php: >=8.0
- league/oauth2-client: ^2.0 || ^1.4
Requires (Dev)
- phpunit/phpunit: ~4.3
This package is auto-updated.
Last update: 2025-08-29 13:46:31 UTC
README
This package provides Yandex integration for OAuth2 Client by the League.
Installation
composer require aego/oauth2-yandex
Usage
$provider = new Aego\OAuth2\Client\Provider\Yandex([ 'clientId' => 'b80bb7740288fda1f201890375a60c8f', 'clientSecret' => 'f23ccd066f8236c6f97a2a62d3f9f9f5', 'redirectUri' => 'https://example.org/oauth-endpoint', ]);