PHPackages                             monteirofutila/laravel-backup-pulse - 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. monteirofutila/laravel-backup-pulse

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

monteirofutila/laravel-backup-pulse
===================================

A Laravel Pulse card to monitor the health of the backups, and show an overview of all backups

v0.1.0(1y ago)15381[4 PRs](https://github.com/monteirofutila/laravel-backup-pulse/pulls)MITPHPPHP ^8.2CI passing

Since Oct 14Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/monteirofutila/laravel-backup-pulse)[ Packagist](https://packagist.org/packages/monteirofutila/laravel-backup-pulse)[ Docs](https://github.com/monteirofutila/laravel-backup-pulse)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/monteirofutila-laravel-backup-pulse/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (15)Versions (6)Used By (0)

Laravel Backup Pulse
====================

[](#laravel-backup-pulse)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8c360401cab20f137efa69b628fd5c5b448f4a2c596b398edde102d78153e49d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6e746569726f667574696c612f6c61726176656c2d6261636b75702d70756c73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/monteirofutila/laravel-backup-pulse)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1f2b306b73c9d8431aa74e720948117dfa249c94c586e6aa115c8b84291c75d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e746569726f667574696c612f6c61726176656c2d6261636b75702d70756c73652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/monteirofutila/laravel-backup-pulse/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e44c7679315b231cf35f668d72d925d7128cac0c1571f0fdcccfcb8ad748e3c5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e746569726f667574696c612f6c61726176656c2d6261636b75702d70756c73652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/monteirofutila/plaravel-backup-pulse/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1327bc07690f6d151689c2b324a1314b9b1a6c9ad2831600d4af98b6679a2716/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6e746569726f667574696c612f6c61726176656c2d6261636b75702d70756c73652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/monteirofutila/laravel-backup-pulse)

A Laravel Pulse card to monitor the health of the backups, and show an overview of all backups managed by the [Laravel-Backup](https://spatie.be/docs/laravel-backup/) package.

[![Laravel Backup Pulse](art/laravel-backup-pulse.png)](art/laravel-backup-pulse.png)

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

[](#installation)

You can install the package via composer:

```
composer require monteirofutila/laravel-backup-pulse
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="backup-pulse-views"
```

Register the recorder
---------------------

[](#register-the-recorder)

To run the checks you must add the LaravelBackupPulseRecorder to the pulse.php file.

```
return [
    // ...

    'recorders' => [
+        MonteiroFutila\LaravelBackupPulse\Recorders\LaravelBackupPulseRecorder::class => [],
    ]
]
```

You also need to be running the [pulse:check](https://laravel.com/docs/10.x/pulse#dashboard-cards) command.

Add to your dashboard
---------------------

[](#add-to-your-dashboard)

To add the card to the Pulse dashboard, you must first [publish the vendor view](https://laravel.com/docs/10.x/pulse#dashboard-customization)

Then, you can modify the dashboard.blade.php file:

```

+

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Monteiro Futila](https://github.com/monteirofutila)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance67

Regular maintenance activity

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.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

576d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/020a48aa265067b8d7ae72e4c813d3b7088f4f7ae83f31a764f188c49f901066?d=identicon)[monteirofutila](/maintainers/monteirofutila)

---

Top Contributors

[![monteirofutila](https://avatars.githubusercontent.com/u/91145941?v=4)](https://github.com/monteirofutila "monteirofutila (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelMonteiro Futilalaravel-backup-pulse

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/monteirofutila-laravel-backup-pulse/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-slack-alerts

Send a message to Slack

3212.6M4](/packages/spatie-laravel-slack-alerts)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

142347.8k](/packages/keepsuit-laravel-opentelemetry)[spatie/laravel-error-share

Share your Laravel errors to Flare

43965.6k3](/packages/spatie-laravel-error-share)[wnx/laravel-backup-restore

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

203330.1k2](/packages/wnx-laravel-backup-restore)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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