PHPackages                             duncanrmorris/backupmodule - 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. duncanrmorris/backupmodule

ActiveLibrary

duncanrmorris/backupmodule
==========================

The Backup Module for Laravel framework

1.1.11(5y ago)033[2 issues](https://github.com/DRMorris-IT-Services/backupmodule/issues)MITCSS

Since Oct 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/DRMorris-IT-Services/backupmodule)[ Packagist](https://packagist.org/packages/duncanrmorris/backupmodule)[ RSS](/packages/duncanrmorris-backupmodule/feed)WikiDiscussions main Synced 5d ago

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

Laravel ^7.2 Backup Package
===========================

[](#laravel-72-backup-package)

[![Latest Stable Version](https://camo.githubusercontent.com/d95958f883d25dee75a77319f11073623c241d32254c7add031828a4b3418b26/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f6261636b75706d6f64756c652f76)](//packagist.org/packages/duncanrmorris/backupmodule)[![License](https://camo.githubusercontent.com/fb6ad975715e5b262c22e3dcc2388fa82fc0a024ee31ca25e73f9453ebb3eb2e/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f6261636b75706d6f64756c652f6c6963656e7365)](//packagist.org/packages/duncanrmorris/backupmodule)[![Monthly Downloads](https://camo.githubusercontent.com/509a607e99f7aeb07b0f893281b210118466cc2b6a53d137417e0c7189128576/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f6261636b75706d6f64756c652f642f6d6f6e74686c79)](//packagist.org/packages/duncanrmorris/backupmodule)[![Total Downloads](https://camo.githubusercontent.com/eb7626195658c3528b422ebfa1c3b5c054829dc9757c5a20e43264168c3b8f1e/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f6261636b75706d6f64756c652f646f776e6c6f616473)](//packagist.org/packages/duncanrmorris/backupmodule)

[![The Backup Module](backup_module_overview.png)](backup_module_overview.png)

This Laravel package allows users to quickly and simply backup your Laravel app database and "./storage" directory into Amazon s3 Storage.

This package is designed to be used along side other packages provided by DRMorris IT Services. For more information, check out

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

[](#installation)

### Step 1

[](#step-1)

Setup your Laravel ^7.2 application as required. Then run the command:

```
Composer require duncanrmorris/backupmodle

```

This will then download and install the package.

### Step 2

[](#step-2)

Update your ./config/app.php file to include the new providers:

```
 'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        Illuminate\Auth\AuthServiceProvider::class,
        Illuminate\Broadcasting\BroadcastServiceProvider::class,
        Illuminate\Bus\BusServiceProvider::class,
        ///
        duncanrmorris\backupmodule\BackupServiceProvider::class,

```

### Step 3

[](#step-3)

Once the composer has completed the download and installation, you need to run:

```
php artisan migrate

```

This will now create the required database tables.

### Step 4

[](#step-4)

Setup the navigation to acccess the new module. Within the ./resources/views/layout/app.balde.php add the link for left navigatio:

```
Backup Module

```

Or use the href "/backup" in your app design as required.

### Step 5

[](#step-5)

Insert your AWS s3 storage details in the ".env" file:

```
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=eu-central-1
AWS_BUCKET=

```

You will be able to obtain these information from your Amazon account. From within the IAM module -&gt; Users -&gt; Username -&gt; Security Key:

[![AWS User Access Keys](aws_keys.png)](aws_keys.png)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.1% 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 ~1 days

Total

12

Last Release

2041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbc566ff9bd214a02cc5f51861b6f6798fe6e115c1be35f625405e2399df19c5?d=identicon)[drmorris-itservices](/maintainers/drmorris-itservices)

---

Top Contributors

[![duncanrmorris](https://avatars.githubusercontent.com/u/69160629?v=4)](https://github.com/duncanrmorris "duncanrmorris (40 commits)")[![dmorris-rawcoding](https://avatars.githubusercontent.com/u/52562499?v=4)](https://github.com/dmorris-rawcoding "dmorris-rawcoding (7 commits)")

### Embed Badge

![Health badge](/badges/duncanrmorris-backupmodule/health.svg)

```
[![Health](https://phpackages.com/badges/duncanrmorris-backupmodule/health.svg)](https://phpackages.com/packages/duncanrmorris-backupmodule)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[helgesverre/extractor

AI-Powered Data Extraction for your Laravel application.

22128.0k](/packages/helgesverre-extractor)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[servd/craft-asset-storage

Servd Asset Storage and Helpers integration for Craft CMS

1180.7k7](/packages/servd-craft-asset-storage)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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