kolyya / oauth2-kolyya
Sign in with Kolyya OAuth 2.0 Client Provider for The PHP League OAuth2-Client
0.0.1
2023-02-06 14:30 UTC
Requires
- league/oauth2-client: ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-02 05:35:22 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