# yii2-authclient **Repository Path**: mirrors_yiisoft/yii2-authclient ## Basic Information - **Project Name**: yii2-authclient - **Description**: Yii 2 authclient extension. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

AuthClient Extension for Yii 2


This extension adds [OpenID](https://openid.net/), [OAuth](https://oauth.net/), [OAuth2](https://oauth.net/2/) and [OpenId Connect](https://openid.net/connect/) consumers for the [Yii framework 2.0](https://www.yiiframework.com). For license information check the [LICENSE](https://github.com/yiisoft/yii2-authclient/blob/master/LICENSE.md)-file. Documentation is at [docs/guide/README.md](https://github.com/yiisoft/yii2-authclient/blob/master/docs/guide/README.md). [![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-authclient/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-authclient) [![Total Downloads](https://poser.pugx.org/yiisoft/yii2-authclient/downloads.png)](https://packagist.org/packages/yiisoft/yii2-authclient) [![Build Status](https://github.com/yiisoft/yii2-authclient/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-authclient/actions) Installation ------------ The preferred way to install this extension is through [composer](https://getcomposer.org/download/). Either run ``` composer require --prefer-dist yiisoft/yii2-authclient ``` or add ```json "yiisoft/yii2-authclient": "~2.2.0" ``` to the `require` section of your composer.json.