PHPackages                             hotrush/laravel-backup-telegram-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. hotrush/laravel-backup-telegram-notifications

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

hotrush/laravel-backup-telegram-notifications
=============================================

Telegram notifications for spatie/laravel-backup

v4.1.0(1y ago)620.6k↓66.4%4[1 issues](https://github.com/hotrush/laravel-backup-telegram-notifications/issues)MITPHPPHP &gt;=8.2

Since Oct 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/hotrush/laravel-backup-telegram-notifications)[ Packagist](https://packagist.org/packages/hotrush/laravel-backup-telegram-notifications)[ RSS](/packages/hotrush-laravel-backup-telegram-notifications/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (19)Used By (0)

Extension for spatie/laravel-backup to add telegram notifications.

Versionspatie/laravel-backup versionLaravel versionPHP versionBranch^1.0.0^6.0.05, 6, 7, 8^7.3, ^8.0v1^2.0.0^7.0.0, ^8.0.08, 9^8.0v2^3.0.0^8.0.010&gt;=8.1v3^4.0.0^8.0.0, ^9.0.011, 12&gt;=8.2master### Installation

[](#installation)

```
composer require hotrush/laravel-backup-telegram-notifications

```

### Configuration

[](#configuration)

- Configure telegram

```
// config/services.php
'telegram-bot-api' => [
    'token' => env('TELEGRAM_BOT_TOKEN', 'YOUR BOT TOKEN HERE')
],

```

- Configure backup package

```
// config/backup.php

use NotificationChannels\Telegram\TelegramChannel;

'notifications' => [

    'notifications' => [
        \Hotrush\SpatieBackup\Notifications\Notifications\BackupHasFailedNotification::class => [TelegramChannel::class],
        \Hotrush\SpatieBackup\Notifications\Notifications\UnhealthyBackupWasFoundNotification::class => [TelegramChannel::class],
        \Hotrush\SpatieBackup\Notifications\Notifications\CleanupHasFailedNotification::class => [TelegramChannel::class],
        \Hotrush\SpatieBackup\Notifications\Notifications\BackupWasSuccessfulNotification::class => [TelegramChannel::class],
        \Hotrush\SpatieBackup\Notifications\Notifications\HealthyBackupWasFoundNotification::class => [TelegramChannel::class],
        \Hotrush\SpatieBackup\Notifications\Notifications\CleanupWasSuccessfulNotification::class => [TelegramChannel::class],
    ],

    'notifiable' => \Hotrush\SpatieBackup\Notifications\Notifiable::class,

    'telegram' => [
        'channel_id' => env('BACKUP_TELEGRAM_CHANNEL'),
    ],

    ...
],

```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~94 days

Recently: every ~100 days

Total

18

Last Release

482d ago

Major Versions

v1.x-dev → 2.0.02021-11-21

2.1.0 → 3.0.02023-02-27

v2.x-dev → 3.1.02024-02-02

v3.x-dev → 4.0.02024-05-02

PHP version history (5 changes)1.0.0PHP ^7.3

1.0.7PHP ^7.3|^8.0

2.0.0PHP ^8.0

3.0.0PHP &gt;=8.1

4.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cfcee390045ec2c0820506544a6778f93fed658e5e1124d38db4524aa6b3f4f?d=identicon)[hotrush](/maintainers/hotrush)

---

Top Contributors

[![hotrush](https://avatars.githubusercontent.com/u/1247004?v=4)](https://github.com/hotrush "hotrush (23 commits)")[![daikazu](https://avatars.githubusercontent.com/u/4039367?v=4)](https://github.com/daikazu "daikazu (1 commits)")

### Embed Badge

![Health badge](/badges/hotrush-laravel-backup-telegram-notifications/health.svg)

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

###  Alternatives

[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

213421.2k2](/packages/wnx-laravel-backup-restore)[nasirkhan/module-manager

Module Manager &amp; Generator for Laravel Starter Kit (https://github.com/nasirkhan/laravel-starter)

1044.6k5](/packages/nasirkhan-module-manager)[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)

PHPackages © 2026

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