PHPackages                             imannms/laravel-backup-mod - 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. [Database &amp; ORM](/categories/database)
4. /
5. imannms/laravel-backup-mod

ActiveLibrary[Database &amp; ORM](/categories/database)

imannms/laravel-backup-mod
==========================

A Laravel 5 package to backup your application. (This is mod version).

5.9.3(7y ago)06MITPHPPHP ^7.1

Since Feb 18Pushed 7y agoCompare

[ Source](https://github.com/imannms/laravel-backup-mod)[ Packagist](https://packagist.org/packages/imannms/laravel-backup-mod)[ Docs](https://github.com/spatie/laravel-backup)[ RSS](/packages/imannms-laravel-backup-mod/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (13)Versions (163)Used By (0)

A modern backup solution for Laravel apps
=========================================

[](#a-modern-backup-solution-for-laravel-apps)

[![Latest Stable Version](https://camo.githubusercontent.com/b516b49d2d3f8ea38e69b74c1ece684519fce8cdc9319f9410f66b1ebf28003d/68747470733a2f2f706f7365722e707567782e6f72672f696d616e6e6d732f6c61726176656c2d6261636b75702d6d6f642f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/imannms/laravel-backup-mod)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/240e02b29a741a1dc62625e867b711505f9da2ac16b69be7be982cf534acc91c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696d616e6e6d732f6c61726176656c2d6261636b75702d6d6f642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/imannms/laravel-backup-mod)[![Quality Score](https://camo.githubusercontent.com/3919f7bd3318d8335d961040369bbc302aa02f505c300ceb71fb6ab78ccffaad/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696d616e6e6d732f6c61726176656c2d6261636b75702d6d6f642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/imannms/laravel-backup-mod)[![Total Downloads](https://camo.githubusercontent.com/45923085bf56346858b28c9c7a70a2243be8c5381450a31eb77a82fe15a867a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d616e6e6d732f6c61726176656c2d6261636b75702d6d6f642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imannms/laravel-backup-mod)

Laravel Backup v5 Mod. Support for PHP 7.0 and Laravel 5.5.

This package is forked from .

Install Laravel Backup v5 Mod:

```
composer require imannms/laravel-backup-mod
```

You'll find full documentation on .

Introduction
------------

[](#introduction)

This Laravel package [creates a backup of your application](https://docs.spatie.be/laravel-backup/v5/taking-backups/overview). The backup is a zipfile that contains all files in the directories you specify along with a dump of your database. The backup can be stored on [any of the filesystems you have configured in Laravel 5](http://laravel.com/docs/filesystem).

Feeling paranoid about backups? No problem! You can backup your application to multiple filesystems at once.

Once installed taking a backup of your files and databases is very easy. Just issue this artisan command:

```
php artisan backup:run
```

But we didn't stop there. The package also provides [a backup monitor to check the health of your backups](https://docs.spatie.be/laravel-backup/v5/monitoring-the-health-of-all-backups/overview). You can be [notified via several channels](https://docs.spatie.be/laravel-backup/v5/sending-notifications/overview) when a problem with one of your backups is found. To avoid using excessive disk space, the package can also [clean up old backups](https://docs.spatie.be/laravel-backup/v5/cleaning-up-old-backups/overview).

Spatie is a web design agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).

Usage
-----

[](#usage)

This package requires PHP 7 and Laravel 5.5 or higher. You'll find installation instructions and full documentation on .

Using an older version of PHP / Laravel?
----------------------------------------

[](#using-an-older-version-of-php--laravel)

If you're not on PHP 7 or Laravel 5.5 just use version 3 or version 4 of this package.

Read the extensive [documentation on version 3](https://docs.spatie.be/laravel-backup/v3) and [on version 4](https://docs.spatie.be/laravel-backup/v4). We won't introduce new features to v3 and v4 anymore but we will still fix bugs.

Testing
-------

[](#testing)

Run the tests with:

```
vendor/bin/phpunit
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Postcardware
------------

[](#postcardware)

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

We publish all received postcards [on our company website](https://spatie.be/en/opensource/postcards).

Credits
-------

[](#credits)

- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)

Support us
----------

[](#support-us)

Spatie is a web design agency based in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).

Does your business depend on our contributions? Reach out and support us on [Patreon](https://www.patreon.com/spatie). All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 83% 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 ~8 days

Recently: every ~14 days

Total

160

Last Release

2887d ago

Major Versions

1.2.0 → 2.0.02015-02-22

2.10.0 → 3.0.02016-03-07

3.10.2 → 4.0.02016-09-16

3.11.0 → 4.6.52017-02-19

v4.x-dev → 5.0.02017-08-30

PHP version history (5 changes)0.0.1PHP &gt;=5.4.0

2.9.2PHP ^5.4.0|^7.0

3.0.0PHP ^5.5|^7.0

4.0.0PHP ^7.0

5.6.6PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/183f514725da1125268461d0c3bdc00bad12c865864f6ac91be2a0264e2137b5?d=identicon)[imannms](/maintainers/imannms)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (485 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (24 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (11 commits)")[![blueclock](https://avatars.githubusercontent.com/u/586174?v=4)](https://github.com/blueclock "blueclock (7 commits)")[![juukie](https://avatars.githubusercontent.com/u/2678657?v=4)](https://github.com/juukie "juukie (6 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (5 commits)")[![ptondereau](https://avatars.githubusercontent.com/u/4287777?v=4)](https://github.com/ptondereau "ptondereau (4 commits)")[![glamorous](https://avatars.githubusercontent.com/u/62723?v=4)](https://github.com/glamorous "glamorous (3 commits)")[![tylercd100](https://avatars.githubusercontent.com/u/4522226?v=4)](https://github.com/tylercd100 "tylercd100 (3 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (3 commits)")[![imannms](https://avatars.githubusercontent.com/u/26287658?v=4)](https://github.com/imannms "imannms (3 commits)")[![willemvb](https://avatars.githubusercontent.com/u/1336390?v=4)](https://github.com/willemvb "willemvb (2 commits)")[![arcanedev-maroc](https://avatars.githubusercontent.com/u/3282340?v=4)](https://github.com/arcanedev-maroc "arcanedev-maroc (2 commits)")[![drbyte](https://avatars.githubusercontent.com/u/404472?v=4)](https://github.com/drbyte "drbyte (2 commits)")[![jago86](https://avatars.githubusercontent.com/u/1690276?v=4)](https://github.com/jago86 "jago86 (2 commits)")[![lukzgois](https://avatars.githubusercontent.com/u/231633?v=4)](https://github.com/lukzgois "lukzgois (2 commits)")[![MammutAlex](https://avatars.githubusercontent.com/u/10599196?v=4)](https://github.com/MammutAlex "MammutAlex (2 commits)")[![mdavis1982](https://avatars.githubusercontent.com/u/199807?v=4)](https://github.com/mdavis1982 "mdavis1982 (2 commits)")[![mortenscheel](https://avatars.githubusercontent.com/u/6514342?v=4)](https://github.com/mortenscheel "mortenscheel (2 commits)")[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (2 commits)")

---

Tags

spatiedatabasebackuplaravel-backup

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/imannms-laravel-backup-mod/health.svg)

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

###  Alternatives

[spatie/laravel-backup

A Laravel package to backup your application

6.0k23.4M230](/packages/spatie-laravel-backup)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)

PHPackages © 2026

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