kangqf / yii2-authclient
External authentication via OAuth and OpenID for the Yii framework
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 246
Type:yii2-extension
Requires
- ext-curl: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-12-17 16:45:33 UTC
README
This extension adds OpenID, OAuth and OAuth2 consumers for the Yii framework 2.0.
For license information check the LICENSE-file.
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.0.0"
to the require
section of your composer.json.