PHPackages                             leko-team/telegram-errors-notifications - 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. leko-team/telegram-errors-notifications

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

leko-team/telegram-errors-notifications
=======================================

A package for handling and notifying errors via Telegram

1.0.0(1y ago)11MITPHP

Since Mar 10Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/leko-team/telegram-errors-notifications)[ Packagist](https://packagist.org/packages/leko-team/telegram-errors-notifications)[ RSS](/packages/leko-team-telegram-errors-notifications/feed)WikiDiscussions main Synced 1mo ago

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

Telegram Errors Notifications
=============================

[](#telegram-errors-notifications)

Description
-----------

[](#description)

A PHP package for handling and notifying errors via Telegram. This package helps developers receive real-time error notifications in a Telegram chat, making debugging and monitoring more efficient.

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

[](#installation)

To install the package, run the following command:

`composer require leko-team/telegram-errors-notifications`

Configuration
-------------

[](#configuration)

Add the following line to your Handler file to extend its functionality:

`use LekoTeam\TelegramErrorsNotifications\Exceptions\Handler as ExceptionHandler;`

Configure your Telegram Bot API token and chat ID in your environment variables or configuration file:

`TELEGRAM_BOT_TOKEN=your-bot-token-here``TELEGRAM_CHAT_ID=your-chat-id-here`

Usage
-----

[](#usage)

To start receiving error notifications via Telegram, follow these steps:

1. Ensure the package is properly installed and configured.
2. Use the custom ExceptionHandler in your Laravel or PHP application.
3. When an error occurs, the package will automatically send a notification to the specified Telegram chat.

Testing
-------

[](#testing)

To test the package, you can trigger an error manually:

`throw new Exception("Test Telegram Error Notification");`

Check your Telegram chat to see if the notification arrives correctly.

Credits
-------

[](#credits)

Developed and maintained by Leko Team. Special thanks to contributors and testers who helped improve the package.

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance47

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01feaccb615ea8e12f99549ecd0c99256cf8a3c560e12606bebffd06236da8fc?d=identicon)[leko-team](/maintainers/leko-team)

---

Top Contributors

[![kseniia-oliveri](https://avatars.githubusercontent.com/u/189095710?v=4)](https://github.com/kseniia-oliveri "kseniia-oliveri (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leko-team-telegram-errors-notifications/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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