evgeralt / yii2-telegram-bot
There is no license information available for the latest version (0.1.3) of this package.
Yii2 telegram bot component on Longman Telegram Bot
Package info
github.com/evgeralt/yii2-telegram-bot
Type:yii2-components
pkg:composer/evgeralt/yii2-telegram-bot
0.1.3
2021-12-16 22:07 UTC
Requires
- php: >=7.0
- longman/telegram-bot: ~0.74.0
- yiisoft/yii2: ~2.0.15
README
Install by composer
composer require evgeralt/yii2-telegram-bot
Or add this code into require section of your composer.json and then call composer update in console
"evgeralt/yii2-telegram-bot": "*"
Usage
In configuration file do
<?php 'components' => [ 'telegram' => [ 'class' => \evgeralt\yii2telegram\TelegramBot::class, 'apiKey' => '', 'botName' => '', 'comandsPaths' => [], ], ],