PHPackages                             tumichnix/laravel-telegram-logger - 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. tumichnix/laravel-telegram-logger

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

tumichnix/laravel-telegram-logger
=================================

A Laravel package for logging via telegram bot

v1.1.0(5y ago)01.5k1MITPHPPHP &gt;=7.4

Since Mar 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tumichnix/laravel-telegram-logger)[ Packagist](https://packagist.org/packages/tumichnix/laravel-telegram-logger)[ Docs](https://hannesdaus.de)[ RSS](/packages/tumichnix-laravel-telegram-logger/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel Telegram Logger
=======================

[](#laravel-telegram-logger)

[![Latest Version](https://camo.githubusercontent.com/c9be76519f2a25fa7a0a2cbd9ae8412f25808b706522a980945fb83dac286755/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74756d6963686e69782f6c61726176656c2d74656c656772616d2d6c6f676765722e7376673f6c6162656c3d52656c65617365267374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/tumichnix/laravel-telegram-logger)[![MIT License](https://camo.githubusercontent.com/e3ba054825359252024c5ce2747a6ef64c8c6b0eedb27d1d0b039208ecabba2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74756d6963686e69782f6c61726176656c2d74656c656772616d2d6c6f676765722e7376673f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/tumichnix/laravel-telegram-logger/blob/master/LICENSE)

[![GitHub Workflow Status](https://camo.githubusercontent.com/d033daaeb6b4ba9cee0a0493a096eb561346dd71259857d254f881f2661c582e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f74756d6963686e69782f6c61726176656c2d74656c656772616d2d6c6f676765722f72756e2d74657374733f7374796c653d666c61742d737175617265266c6f676f436f6c6f723d7768697465266c6f676f3d676974687562266c6162656c3d5465737473)](https://github.com/tumichnix/laravel-telegram-logger/actions?query=workflow%3Arun-tests)[![StyleCI](https://camo.githubusercontent.com/34bb9300a0805a7aa2938970f7a3b02470095985c3eb481bb24dee28797ffe05/68747470733a2f2f7374796c6563692e696f2f7265706f732f3234363736353637352f736869656c64)](https://styleci.io/repos/246765675)[![Total Downloads](https://camo.githubusercontent.com/c2134a9f133c78e0507d178cf22d7f0813e7f537a5ebc9a06a843bead4b02206/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74756d6963686e69782f6c61726176656c2d74656c656772616d2d6c6f676765722e7376673f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d737175617265)](https://packagist.org/packages/tumichnix/laravel-telegram-logger)

---

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

[](#installation)

```
composer require tumichnix/laravel-telegram-logger
```

Usage
-----

[](#usage)

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

```
'telegram' => [
    'driver' => 'custom',
    'via'    => \Tumichnix\TelegramLogger\Factory::class,
    'level'  => 'debug',
    'token'  => env('LOGGING_TELEGRAM_TOKEN'),
    'chat_id'=> env('LOGGING_TELEGRAM_CHAT_ID'),
],
```

### Testing

[](#testing)

```
composer test
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

Every ~90 days

Total

3

Last Release

2072d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/085aeab65806da7ddb94d076a3b5c615f4ffd3410fcb7a68d6466cc78faae4f2?d=identicon)[tumichnix](/maintainers/tumichnix)

---

Top Contributors

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

---

Tags

logphplaravelloggingtelegram

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tumichnix-laravel-telegram-logger/health.svg)

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

###  Alternatives

[hedii/laravel-gelf-logger

A Laravel package to send logs to a gelf compatible backend like graylog

1333.4M10](/packages/hedii-laravel-gelf-logger)[thecoder/laravel-monolog-telegram

Telegram Handler for Monolog

2939.5k](/packages/thecoder-laravel-monolog-telegram)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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