Initial commit.
- Sample of extensions directory structure.
src
,docs
, etc. README.md
composer.json
development-roadmap.md
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yongtiger/yii2-authclient "*"
or add
"yongtiger/yii2-authclient": "*"
to the require section of your composer.json.
Yii2-authclient is released under the MIT license, see LICENSE file for details.