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