PHPackages                             sindor/laravel-error-send-telegram - 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. sindor/laravel-error-send-telegram

ActiveLibrary

sindor/laravel-error-send-telegram
==================================

Laravel handle error and send telegram bot

v1.2.1(1y ago)04MITPHP

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Sindor-suyunov/laravel-error-send-telegram)[ Packagist](https://packagist.org/packages/sindor/laravel-error-send-telegram)[ RSS](/packages/sindor-laravel-error-send-telegram/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

About
=====

[](#about)

Helpful Tool to handle and send error messages via telegram bot

Installation and usage
----------------------

[](#installation-and-usage)

**1. Install package to your laravel project**

```
composer require sindor/laravel-error-send-telegram
```

**2. Publish files**

```
php artisan vendor:publish --tag=laravel-error
```

**3. Telegram bot config (To access send message your users must have a chat with bot)**

```
.env ERROR_TELEGRAM_BOT_TOKEN=""
.env ERROR_TELEGRAM_USERS_IDS=,
.env ERROR_TELEGRAM_ENABLED=true
```

**4. You can manually send caught exception: (optional)**

```
use Sindor\LaravelErrorSendTelegram\App\Service\Sender;

try {
    //
} catch (\Throwable $e) {
    Sender::handle($e);
}
```

Configuration
=============

[](#configuration)

**You can configure**

```
  path: config/laravel-error.php
```

**You can customize stub file(template of message)**

```
  path: stubs/laravel-error/message.stub
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance42

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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 ~0 days

Total

3

Last Release

466d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/476a6226acf739fafcba9332b388f7225dcb9d842984a76bc73eba664ab964bf?d=identicon)[sindor](/maintainers/sindor)

---

Top Contributors

[![Sindor-suyunov](https://avatars.githubusercontent.com/u/71844863?v=4)](https://github.com/Sindor-suyunov "Sindor-suyunov (7 commits)")

### Embed Badge

![Health badge](/badges/sindor-laravel-error-send-telegram/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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