Skip to content

yiisoft/yii2-authclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1436f29 · Feb 13, 2025
Sep 16, 2023
Jan 3, 2024
Sep 9, 2024
Mar 26, 2024
Sep 29, 2015
Mar 21, 2016
May 3, 2015
Feb 13, 2025
Apr 26, 2018
Jul 11, 2015
Aug 16, 2023
Nov 19, 2019
Aug 16, 2023
Jan 31, 2018

Repository files navigation

AuthClient Extension for Yii 2


This extension adds OpenID, OAuth, OAuth2 and OpenId Connect consumers for the Yii framework 2.0.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist yiisoft/yii2-authclient

or add

"yiisoft/yii2-authclient": "~2.2.0"

to the require section of your composer.json.