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

This package is not auto-updated.

Last update: 2024-05-28 18:58:56 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