PHPackages                             michelmelo/telegram-logger-errors - 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. michelmelo/telegram-logger-errors

ActiveLibrary

michelmelo/telegram-logger-errors
=================================

Send logs to Telegram chat via Telegram bot

1.1.0(3y ago)0622MITPHPPHP ^7.1.3|^8.0CI failing

Since Jul 16Pushed 3y agoCompare

[ Source](https://github.com/michelmelo/telegram-logger-errors)[ Packagist](https://packagist.org/packages/michelmelo/telegram-logger-errors)[ GitHub Sponsors](https://github.com/michelmelo)[ RSS](/packages/michelmelo-telegram-logger-errors/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (12)Used By (0)

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

[](#laravel-telegram-logger)

Send logs to Telegram chat via Telegram bot

Install
-------

[](#install)

```

composer require michelmelo/telegram-logger-errors

```

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'    => MichelMelo\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 "MichelMelo\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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~82 days

Recently: every ~152 days

Total

11

Last Release

1297d ago

PHP version history (3 changes)1.0.0PHP ^7.0 || ^7.2

1.0.2PHP ^7.1.3

1.0.6PHP ^7.1.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d756073dec37ac9abd3c7edd0cf00b94f2d2de0055531eba5472392b1fd4da2?d=identicon)[michelmelo](/maintainers/michelmelo)

---

Top Contributors

[![michelmelo](https://avatars.githubusercontent.com/u/159223?v=4)](https://github.com/michelmelo "michelmelo (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/michelmelo-telegram-logger-errors/health.svg)

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

###  Alternatives

[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)

PHPackages © 2026

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