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. hotrush/laravel-backup-telegram-notifications

ActiveLibrary

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

Telegram notifications for spatie/laravel-backup

v4.1.0(1y ago)618.4k↓41.1%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 1mo ago

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 92% of packages

Maintenance41

Moderate activity, may be stable

Popularity33

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

434d 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

[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[shuvroroy/filament-spatie-laravel-backup

This plugin is built on top of Spatie's Laravel-backup package

268356.4k6](/packages/shuvroroy-filament-spatie-laravel-backup)[wnx/laravel-backup-restore

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

203330.1k2](/packages/wnx-laravel-backup-restore)[spatie/nova-backup-tool

A Laravel Nova tool to backup your application.

361560.7k1](/packages/spatie-nova-backup-tool)[pavel-mironchik/laravel-backup-panel

An interface for Spatie Laravel Backup package

41469.6k1](/packages/pavel-mironchik-laravel-backup-panel)[laravel-admin-ext/backup

Backup extension for laravel-admin

7671.6k6](/packages/laravel-admin-ext-backup)

PHPackages © 2026

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