kolyya / oauth2-kolyya
Sign in with Kolyya OAuth 2.0 Client Provider for The PHP League OAuth2-Client
Installs: 619
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kolyya/oauth2-kolyya
Requires
- league/oauth2-client: ^2.0
This package is not auto-updated.
Last update: 2025-10-29 01:28:59 UTC
README
This package provides Kolyya OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
To install, use composer:
composer require kolyya/oauth2-kolyya
Development
At the root of the symfony project, create a directory Kolyya.
Clone this repository to this directory:
git clone git@github.com:kolyya/oauth2-kolyya.git
Add to file composer.json:
{ //... "autoload": { "psr-4": { //... "Kolyya\\OAuth2Client\\": "Kolyya\\oauth2-kolyya\\src" } }, }
And execute the command:
composer dump-autoload