PHPackages                             parkourben99/laravel-mysql-s3-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. parkourben99/laravel-mysql-s3-backup

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

parkourben99/laravel-mysql-s3-backup
====================================

Backup the MySQL database of your Laravel app to Amazon S3

3.0(6y ago)1211PHPPHP ^7.0

Since Apr 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/parkourben99/laravel-mysql-s3-backup)[ Packagist](https://packagist.org/packages/parkourben99/laravel-mysql-s3-backup)[ RSS](/packages/parkourben99-laravel-mysql-s3-backup/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (9)Used By (0)

Laravel MySQL to S3 Backup
==========================

[](#laravel-mysql-to-s3-backup)

This package was rewritten and extra features added, it can be found
--------------------------------------------------------------------------------------------------------------------------------

[](#this-package-was-rewritten-and-extra-features-added-it-can-be-found-httpsgithubcomayles-softwarelaravel-mysql-s3-backup)

This is a very simple database backup script for Laravel. It takes a `mysqldump` and optionally saves it to [Amazon S3](http://aws.amazon.com/s3/).

This package is very opinionated. Other backup scripts can support other database types or other places besides S3 to store your backup. This does not.

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

[](#installation)

1. Install package

    `composer require parkourben99/laravel-mysql-s3-backup`

    Or add it to your `composer.json`:

    ```
    "parkourben99/laravel-mysql-s3-backup": "1.*"

    ```
2. Update your composer packages

    ```
    $ composer update
    ```
3. Update `config/app.php`:

    Service Provider is autoloaded if you want to registered it manually then add

    ```
    'providers' => array(
        ...
        'LaravelMysqlS3Backup\ServiceProvider',
    ),
    ```
4. Publish and edit the config

    ```
    $ php vendor:publish --provider=parkourben99/laravel-mysql-s3-backup
    ```

    Edit `config/laravel-mysql-s3-backup.php`:

    ```
    's3' => [
        'key'    => 'AMAZON_API_KEY',
        'secret' => 'AMAZON_API_SECRET',
        'bucket' => 'your-bucket-name',
    ],
    ```

Usage
-----

[](#usage)

```
$ php artisan db:backup
```

That's it. No arguments or optional parameters.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 58.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 ~63 days

Recently: every ~94 days

Total

7

Last Release

2220d ago

Major Versions

1.3 → 2.02019-10-16

2.1 → 3.02020-04-15

PHP version history (2 changes)1.0PHP &gt;=7.0.0

2.1PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/44064852e6895bec4fa6330fd0d6d2b3a1b2d8b3466f12ef717a2bf94c8fdfe0?d=identicon)[parkourben99](/maintainers/parkourben99)

---

Top Contributors

[![parkourben99](https://avatars.githubusercontent.com/u/7295774?v=4)](https://github.com/parkourben99 "parkourben99 (10 commits)")[![fitztrev](https://avatars.githubusercontent.com/u/271432?v=4)](https://github.com/fitztrev "fitztrev (7 commits)")

### Embed Badge

![Health badge](/badges/parkourben99-laravel-mysql-s3-backup/health.svg)

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)

PHPackages © 2026

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