jambtc / yii2-oauth-google
yii2 oauth Google Authorization Login
Package info
github.com/jambtc/yii2-oauth-google
Type:yii2-extension
pkg:composer/jambtc/yii2-oauth-google
v1.0.1
2021-02-22 09:43 UTC
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
yii2 oauth Google Authorization Login
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jambtc/yii2-oauth-google "*"
or add
"jambtc/yii2-oauth-google": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jambtc\oauthgoogle\google::something(); ?>```