PHPackages                             dickyermawan/yii2-telegram-log - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dickyermawan/yii2-telegram-log

ActiveYii2-extension[Logging &amp; Monitoring](/categories/logging)

dickyermawan/yii2-telegram-log
==============================

Yii2 telegram log to sends logs in Yii2 to telegram.

v1.0(6y ago)0201MITPHP

Since Jul 21Pushed 6y agoCompare

[ Source](https://github.com/dickyermawan/yii2-telegram-log)[ Packagist](https://packagist.org/packages/dickyermawan/yii2-telegram-log)[ RSS](/packages/dickyermawan-yii2-telegram-log/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii 2.0 Telegram Log
====================

[](#yii-20-telegram-log)

Yii2 telegram log to sends log in Yii2 to telegram.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require dickyermawan/yii2-telegram-log

```

or add

```
"dickyermawan/yii2-telegram-log": "*"

```

to the require section of your `composer.json` file.

How To Use
----------

[](#how-to-use)

You should set [telegram bot token](https://core.telegram.org/bots#botfather) and chatId in your config file. You can use the @get\_id\_bot bot to obtain it. It should look like 123456789.

```
'componenst' => [
    'log' => [
        'targets' => [
            [
                'class' => 'dickyermawan\log\Telegram',
                'levels' => ['error'],
                'botToken' => '123456:abcde', // bot token secret key
                'chatId' => '123456', // chat id or channel username with @ like 12345 or @channel
                'appName' => 'YOUR APP NAME', // optional (default is \Yii::$app->name)
            ],
        ],
    ],
]

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5368c7316426c36acb46a01ab723408b22150119a0fd2d4747f2b1516cc03461?d=identicon)[dickyermawan](/maintainers/dickyermawan)

---

Top Contributors

[![dickyermawan](https://avatars.githubusercontent.com/u/12286459?v=4)](https://github.com/dickyermawan "dickyermawan (1 commits)")

---

Tags

logyii2extensiontelegramtelegram-log

### Embed Badge

![Health badge](/badges/dickyermawan-yii2-telegram-log/health.svg)

```
[![Health](https://phpackages.com/badges/dickyermawan-yii2-telegram-log/health.svg)](https://phpackages.com/packages/dickyermawan-yii2-telegram-log)
```

###  Alternatives

[airani/yii2-telegram-log

Yii 2.0 telegram log target, send logs to the telegram chats or channels

1655.9k](/packages/airani-yii2-telegram-log)[lav45/yii2-activity-logger

Tools to store user activity log for Yii2

3456.3k](/packages/lav45-yii2-activity-logger)[kriss/yii2-log-reader

Yii2 log reader

1340.1k1](/packages/kriss-yii2-log-reader)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
