zvinger / yii2-telegram
Integrate telegram for your user accounts
Installs: 839
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Type:yii2-extension
Requires
- bymorev/yii2-bymorev-helpers: dev-master
- irazasyed/telegram-bot-sdk: ^2.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-30 06:50:18 UTC
README
Integrate telegram for your user accounts
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zvinger/yii2-telegram "*"
or add
"zvinger/yii2-telegram": "*"
to the require section of your composer.json
file.