PHPackages                             sergeich5/laravel-telegram-logs - 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. sergeich5/laravel-telegram-logs

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

sergeich5/laravel-telegram-logs
===============================

Telegram log channel

v2.1.2(1mo ago)06.2k↑20%MITPHPPHP ^7.4|^8.0

Since Jan 17Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/sergeich5/laravel-telegram-logs)[ Packagist](https://packagist.org/packages/sergeich5/laravel-telegram-logs)[ RSS](/packages/sergeich5-laravel-telegram-logs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (11)Used By (0)

Installation
============

[](#installation)

1. Run composer

```
composer require sergeich5/laravel-telegram-logs

```

2. Add new channel to your `config/logging.php` at `channels` stack

```
'telegram' => [
    'driver' => 'custom',
    'via'    => \Sergeich5\LaravelTelegramLogs\TelegramLogger::class,
    'level' => 'debug',

    // Telegram BOT_ID and TOKEN colon separated
    'token' => 'BOT_ID:BOT_TOKEN',

    // Telegram Chat Id
    'chat_id' => '12345678',

    // int|null to send message to specific chat thread, see: https://core.telegram.org/api/threads
    'thread_id' => '123',

    // int|optional - telegram request timeout
    'timeout' => 25,

    // string|optional telegram api domain
    'domain' => 'https://api.telegram.org/',
],
```

Get Telegram updates
--------------------

[](#get-telegram-updates)

```
php artisan tg_logs:updates {channel_name}
```

Result:

datechatchat\_idfromfrom\_idmessage\_idthread\_iddata2024-07-17 10:32:38CHAT\_NAME1-12345678UserName123451-Hello, world2024-07-17 11:26:04CHAT\_NAME2-87654321UserName1234525topic TOPIC\_NAME created with id 5

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance89

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~88 days

Recently: every ~31 days

Total

10

Last Release

55d ago

Major Versions

v1.1 → v2.02025-04-13

v1.1.1 → v2.0.12025-11-05

v1.2 → v2.12025-11-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11195157?v=4)[Tony](/maintainers/sergeich5)[@sergeich5](https://github.com/sergeich5)

---

Top Contributors

[![sergeich5](https://avatars.githubusercontent.com/u/11195157?v=4)](https://github.com/sergeich5 "sergeich5 (11 commits)")

---

Tags

laravellaravel-loggingtelegram

### Embed Badge

![Health badge](/badges/sergeich5-laravel-telegram-logs/health.svg)

```
[![Health](https://phpackages.com/badges/sergeich5-laravel-telegram-logs/health.svg)](https://phpackages.com/packages/sergeich5-laravel-telegram-logs)
```

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[regulus/activity-log

A clean and simple Laravel 5 activity logger for monitoring user activity on a website or web application.

164220.1k2](/packages/regulus-activity-log)

PHPackages © 2026

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