dev-master
9999999-dev https://github.com/wildan99/yii2-telegram-logTelegram Log
MIT
The Requires
- php >=7.0.0
- yiisoft/yii2-httpclient ~2.0.0
- yiisoft/yii2 ~2.0.0
by Daniil Trukhan
log extension yii2 telegram
Telegram Log
Telegram Log, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist wildan99/yii2-telegram-log "*"
or add, (*4)
"wildan99/yii2-telegram-log": "*"
to the require section of your composer.json
file., (*5)
'log' => [ 'targets' => [ [ 'class' => 'wildan99\yii2\log\TelegramTarget', 'levels' => ['error'], 'botToken' => '123456:abcde', // bot token secret key 'chatId' => '123456', // chat id or channel username with @ like 12345 or @channel ], ], ],
Telegram Log
MIT
log extension yii2 telegram