PHPackages                             vblinden/laravel-telegram-alerts - 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. vblinden/laravel-telegram-alerts

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

vblinden/laravel-telegram-alerts
================================

Send a message to Telegram

v1.0.0(4y ago)16[1 PRs](https://github.com/vblinden/laravel-telegram-alerts/pulls)MITPHPPHP ^8.0

Since Mar 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vblinden/laravel-telegram-alerts)[ Packagist](https://packagist.org/packages/vblinden/laravel-telegram-alerts)[ Docs](https://github.com/vblinden/laravel-telegram-alerts)[ GitHub Sponsors](https://github.com/vblinden)[ RSS](/packages/vblinden-laravel-telegram-alerts/feed)WikiDiscussions main Synced today

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

Quickly send a message to Telegram
==================================

[](#quickly-send-a-message-to-telegram)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9640c4919e0d5942f5821f9b048f53f54130e38f0590b5055a193e545ca1fb02/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76626c696e64656e2f6c61726176656c2d74656c656772616d2d616c657274732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vblinden/laravel-telegram-alerts)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5d06d2a6364b674840cc751d4dbd62e485aac45152b39b86c2d246db1757a8f0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f76626c696e64656e2f6c61726176656c2d74656c656772616d2d616c657274732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/vblinden/laravel-telegram-alerts/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/92d78d5c1d7ad3a330b32c1ae0267d295d5b74bb5a89a69ee7b975abf55c3166/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f76626c696e64656e2f6c61726176656c2d74656c656772616d2d616c657274732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/vblinden/laravel-telegram-alerts/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ca88bc615cb252780ffb98f2fe4b4a7aaf0573f7df1f9861f9c7055a3f03fc50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76626c696e64656e2f6c61726176656c2d74656c656772616d2d616c657274732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vblinden/laravel-telegram-alerts)

This package can quickly send alerts to Telegram. You can use this to notify yourself of any noteworthy events happening in your app.

```
use Vblinden\TelegramAlerts\Facades\TelegramAlert

TelegramAlert::message("You have a new subscriber to the {$newsletter->name} newsletter!")
```

Under the hood, a job is used to communicate with Telegram. This prevents your app from failing in case Telegram is down.

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

[](#installation)

You can install the package via composer:

```
composer require vblinden/laravel-telegram-alerts
```

You can publish the [config file](https://github.com/vblinden/laravel-telegram-alerts/blob/main/config/telegram-alerts.php) with:

```
php artisan vendor:publish --tag="laravel-telegram-alerts-config"
```

Usage
-----

[](#usage)

To send a message to Telegram, simply call `TelegramAlert::message()` and pass it any message you want.

```
TelegramAlert::message('Hello from your app!');
```

To send a message to multiple recipients.

```
TelegramAlert::to('channel-id')->to('user-id')->message('Hello from your app!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [vblinden](https://github.com/vblinden)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.7% 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

1582d ago

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")[![vblinden](https://avatars.githubusercontent.com/u/1420356?v=4)](https://github.com/vblinden "vblinden (4 commits)")

---

Tags

laravelloggingphptelegramlaravelvblindenlaravel-telegram-alerts

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/vblinden-laravel-telegram-alerts/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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