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

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

componist/backup
================

025PHP

Since Mar 12Pushed 3mo agoCompare

[ Source](https://github.com/componist/backup)[ Packagist](https://packagist.org/packages/componist/backup)[ RSS](/packages/componist-backup/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

AutoBackup Readme
=================

[](#autobackup-readme)

Publish config file
-------------------

[](#publish-config-file)

```
php artisan vendor:publish --tag="componist_backup"
```

Add your .env file
------------------

[](#add-your-env-file)

```
BACKUP_NOTIFY_EMAIL="your@mail.com"

```

Run command backup now
----------------------

[](#run-command-backup-now)

php artisan queue:work

```
php artisan componist:db-backup
```

Config file
-----------

[](#config-file)

```
return [
    'path' => storage_path('backups'),
    'max_backups' => 7,

    'database' => env('DB_DATABASE'),
    'username' => env('DB_USERNAME'),
    'password' => env('DB_PASSWORD'),
    'host' => env('DB_HOST', '127.0.0.1'),
    'port' => env('DB_PORT', 3306),

    // mail adress for Notification
    'notify_email' => env('BACKUP_NOTIFY_EMAIL', 'admin@deine-domain.de'),

    'settings' => [
        'send_mail_by_success' => true,
    ],
    'backup_daily_at' => '01:00'
];
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance53

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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/d5e1e9db4bf5b8deab7854a0bf9596004deb755d27d2e5e9c64de9ceea564afd?d=identicon)[Componist](/maintainers/Componist)

---

Top Contributors

[![Reinhold-Jesse](https://avatars.githubusercontent.com/u/88349887?v=4)](https://github.com/Reinhold-Jesse "Reinhold-Jesse (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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