PHPackages                             savants/auto-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. savants/auto-backup

ActiveProject

savants/auto-backup
===================

Auto Database Backup

30PHP

Since Oct 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/duanekurt/auto-backup)[ Packagist](https://packagist.org/packages/savants/auto-backup)[ RSS](/packages/savants-auto-backup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Savants Auto Backup
===================

[](#savants-auto-backup)

Automatic Database Backup

---

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

[](#installation)

### Setup

[](#setup)

- To install the package

> composer require savants/auto-backup

- After that add this to your `app/Command/Kernel.php`

```
    protected function schedule(Schedule $schedule)
    {
        $schedule->command('db:backup')->daily()->at('23:40'); // set your type of backup time and date
    }
```

- Add this to your env

```
DUMP_PATH=        // path to your mysqldump
```

License
-------

[](#license)

[![License](https://camo.githubusercontent.com/1e1cb7bae9fc55a01fc5443d26e358dc21c129253bcfa9841db85c4f25aa2ecf/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2020 © Savants

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/182dc11163651f1a23e5cd37094a1ce2bdabaa935d0d21461079a5954474858d?d=identicon)[duanekurt](/maintainers/duanekurt)

---

Top Contributors

[![duanekurt](https://avatars.githubusercontent.com/u/30798050?v=4)](https://github.com/duanekurt "duanekurt (6 commits)")

### Embed Badge

![Health badge](/badges/savants-auto-backup/health.svg)

```
[![Health](https://phpackages.com/badges/savants-auto-backup/health.svg)](https://phpackages.com/packages/savants-auto-backup)
```

PHPackages © 2026

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