PHPackages                             integready/laravel-telegram-logging - 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. integready/laravel-telegram-logging

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

integready/laravel-telegram-logging
===================================

Send logs to Telegram chat via Telegram bot

2.0.0(6y ago)012MITPHPPHP ^7.1.3

Since Sep 19Pushed 6y agoCompare

[ Source](https://github.com/IntegReady/laravel-telegram-logging)[ Packagist](https://packagist.org/packages/integready/laravel-telegram-logging)[ RSS](/packages/integready-laravel-telegram-logging/feed)WikiDiscussions master Synced today

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

Laravel Telegram logger
=======================

[](#laravel-telegram-logger)

Send logs to Telegram chat via Telegram bot

Install
-------

[](#install)

```

composer require integready/laravel-telegram-logging

```

Define Telegram Bot Token and chat id (users telegram id) and set as environment parameters. Add to **.env**

```
TELEGRAM_LOGGER_BOT_TOKEN=id:token
TELEGRAM_LOGGER_CHAT_ID=chat_id

```

Add to **config/logging.php** file new channel:

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

If your default log channel is a stack, you can add it to the **stack** channel like this

```
'stack' => [
    'driver' => 'stack',
    'channels' => ['single', 'telegram'],
]
```

Or you can simply change the default log channel in the .env

```
LOG_CHANNEL=telegram

```

Publish config file

```
php artisan vendor:publish --provider "Logger\TelegramLoggerServiceProvider"

```

Create bot
----------

[](#create-bot)

For using this package you need to create Telegram bot

1. Go to @BotFather in the Telegram
2. Send `/newbot`
3. Set up name and bot-name for your bot.
4. Get token and add it to your .env file (it is written above)
5. Go to your bot and send `/start` message

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 69% 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 ~57 days

Recently: every ~26 days

Total

8

Last Release

2387d ago

Major Versions

0.1.2 → v1.0.12019-07-14

v1.0.4 → 2.0.02019-10-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/d657b2550bf2bed9e94d9be1d167afc6b4df78e3ecf71543765507bde253d4b4?d=identicon)[Stern87](/maintainers/Stern87)

---

Top Contributors

[![grkamil](https://avatars.githubusercontent.com/u/10536620?v=4)](https://github.com/grkamil "grkamil (20 commits)")[![vityachis](https://avatars.githubusercontent.com/u/15579862?v=4)](https://github.com/vityachis "vityachis (5 commits)")[![constantable](https://avatars.githubusercontent.com/u/11844178?v=4)](https://github.com/constantable "constantable (2 commits)")[![arnidan](https://avatars.githubusercontent.com/u/5755685?v=4)](https://github.com/arnidan "arnidan (1 commits)")[![Pashkinz92](https://avatars.githubusercontent.com/u/4114995?v=4)](https://github.com/Pashkinz92 "Pashkinz92 (1 commits)")

### Embed Badge

![Health badge](/badges/integready-laravel-telegram-logging/health.svg)

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

###  Alternatives

[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)[rafaellaurindo/laravel-telegram-logging

Send Laravel logs to a Telegram chat via Telegram Bot.

3326.8k](/packages/rafaellaurindo-laravel-telegram-logging)

PHPackages © 2026

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