PHPackages                             ramdank/filament-spatie-laravel-backup - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. ramdank/filament-spatie-laravel-backup

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ramdank/filament-spatie-laravel-backup
======================================

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

v1.2.7(3y ago)09MITPHPPHP ^8.0

Since Mar 16Pushed 3y agoCompare

[ Source](https://github.com/RamdanK/filament-spatie-laravel-backup)[ Packagist](https://packagist.org/packages/ramdank/filament-spatie-laravel-backup)[ Docs](https://github.com/RamdanK/filament-spatie-laravel-backup)[ GitHub Sponsors](https://github.com/shuvroroy)[ RSS](/packages/ramdank-filament-spatie-laravel-backup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (0)

Filament Spatie Laravel Backup
==============================

[](#filament-spatie-laravel-backup)

[![Latest Version on Packagist](https://camo.githubusercontent.com/91049e04321709a6faa564ff5a0e84db3a1ece219f0dad48b3fe72ed802790b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73687576726f726f792f66696c616d656e742d7370617469652d6c61726176656c2d6261636b75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shuvroroy/filament-spatie-laravel-backup)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0abb60a4679d7de5bcedd6bdc1f241b7ebfef20876fc0bd1b2816e5e7b8a51fa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73687576726f726f792f66696c616d656e742d7370617469652d6c61726176656c2d6261636b75702f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/shuvroroy/filament-spatie-laravel-backup/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/feca68fd5c1f5aa7ce10e3f186d7ef92c211c28e0f88997e3d42feaf96e5a854/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73687576726f726f792f66696c616d656e742d7370617469652d6c61726176656c2d6261636b75702f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/shuvroroy/filament-spatie-laravel-backup/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/722a93e9c1147e27a0b66c7e5b67a6a80e944c53cc1cec3e7e0fd1163e5d7613/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73687576726f726f792f66696c616d656e742d7370617469652d6c61726176656c2d6261636b75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shuvroroy/filament-spatie-laravel-backup)

This package provides a Filament page that you can create backup of your application. You'll find installation instructions and full documentation on [spatie/laravel-backup](https://spatie.be/docs/laravel-backup/v7/introduction).

[![Backups - Filament Demo](https://user-images.githubusercontent.com/21066418/147877751-faf7f541-3a47-4699-bf5e-2e87990d3bfe.png)](https://user-images.githubusercontent.com/21066418/147877751-faf7f541-3a47-4699-bf5e-2e87990d3bfe.png)

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

[](#installation)

You can install the package via composer:

```
composer require shuvroroy/filament-spatie-laravel-backup
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-spatie-backup-config"
```

This is the contents of the published config file:

```
return [

    /*
    |--------------------------------------------------------------------------
    | Pages
    |--------------------------------------------------------------------------
    |
    | This is the configuration for the general appearance of the page
    | in admin panel.
    |
    */

    'pages' => [
        'backups' => \ShuvroRoy\FilamentSpatieLaravelBackup\Pages\Backups::class
    ],

    /*
    |--------------------------------------------------------------------------
    | Polling
    |--------------------------------------------------------------------------
    |
    | This is the configuration for the interval seconds between
    | polling requests.
    |
    */

    'polling' => [
        'interval' => '4s'
    ],

    /*
    |--------------------------------------------------------------------------
    | Queue
    |--------------------------------------------------------------------------
    |
    | Queue to use for the jobs to run through.
    |
    */

    'queue' => null,

];
```

You can publish the lang file with:

```
php artisan vendor:publish --tag="filament-spatie-backup-translations"
```

Usage
-----

[](#usage)

This package will automatically register the `Backups`. You'll be able to see it when you visit your Filament admin panel.

Customising the polling interval
--------------------------------

[](#customising-the-polling-interval)

You can customise the polling interval for the `Backups` by publishing the configuration file and updating the `polling.interval` value.

Customising the queue
---------------------

[](#customising-the-queue)

You can customise the queue name for the `Backups` by publishing the configuration file and updating the `queue` value.

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)

- [Shuvro Roy](https://github.com/shuvroroy)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1153d ago

### Community

Maintainers

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

---

Top Contributors

[![shuvroroy](https://avatars.githubusercontent.com/u/21066418?v=4)](https://github.com/shuvroroy "shuvroroy (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![RamdanK](https://avatars.githubusercontent.com/u/24414891?v=4)](https://github.com/RamdanK "RamdanK (3 commits)")[![luilliarcec](https://avatars.githubusercontent.com/u/27895611?v=4)](https://github.com/luilliarcec "luilliarcec (2 commits)")[![necmicolak](https://avatars.githubusercontent.com/u/80575445?v=4)](https://github.com/necmicolak "necmicolak (1 commits)")[![nicolasbaud](https://avatars.githubusercontent.com/u/63586531?v=4)](https://github.com/nicolasbaud "nicolasbaud (1 commits)")[![pathros](https://avatars.githubusercontent.com/u/1978980?v=4)](https://github.com/pathros "pathros (1 commits)")[![coziboy](https://avatars.githubusercontent.com/u/5995095?v=4)](https://github.com/coziboy "coziboy (1 commits)")[![trk](https://avatars.githubusercontent.com/u/455983?v=4)](https://github.com/trk "trk (1 commits)")[![datlechin](https://avatars.githubusercontent.com/u/56961917?v=4)](https://github.com/datlechin "datlechin (1 commits)")[![den1n](https://avatars.githubusercontent.com/u/25498109?v=4)](https://github.com/den1n "den1n (1 commits)")[![felipe-balloni](https://avatars.githubusercontent.com/u/19998735?v=4)](https://github.com/felipe-balloni "felipe-balloni (1 commits)")[![mohamedsabil83](https://avatars.githubusercontent.com/u/10126040?v=4)](https://github.com/mohamedsabil83 "mohamedsabil83 (1 commits)")

---

Tags

laravel-backupfilamentfilament-spatie-laravel-backup

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ramdank-filament-spatie-laravel-backup/health.svg)

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

###  Alternatives

[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)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[tomatophp/filament-browser

File &amp; Folders &amp; Media Browser With Code Editor

407.6k2](/packages/tomatophp-filament-browser)[3x1io/filament-browser

File &amp; Folders &amp; Media Browser With Code Editor

491.3k](/packages/3x1io-filament-browser)

PHPackages © 2026

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