Skip to content

sergey-sla/oauth2-yandex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex OAuth2 client provider

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',
]);

About

Yandex provider for league/oauth2-client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%