2017 © Pedro Peláez
 

yii2-extension yii2-telegram-log

Telegram Log

image

wildan99/yii2-telegram-log

Telegram Log

  • Monday, December 18, 2017
  • by wildan99
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Telegram Log

Telegram Log, (*1)

Installation

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)

Usage

'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
        ],
    ],
],

The Versions

18/12 2017

dev-master

9999999-dev https://github.com/wildan99/yii2-telegram-log

Telegram Log

  Sources   Download

MIT

The Requires

 

by Daniil Trukhan

log extension yii2 telegram