weison-tech / yii2-authclient
External authentication via OAuth and OpenID for the Yii framework
Installs: 55
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 246
Open Issues: 0
Type:yii2-extension
Requires
- ext-curl: *
- yiisoft/yii2: >=2.0.4
This package is not auto-updated.
Last update: 2024-10-26 16:41:48 UTC
README
This extension adds OpenID, OAuth and OAuth2 consumers for the Yii framework 2.0.
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist weison-tech/yii2-authclient
or add
"weison-tech/yii2-authclient": "~2.0.0"
to the require
section of your composer.json.