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

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

wertmenschen/backup
===================

Backup of Laravel applications to WebDAV (Nextcloud/Owncloud)

1.0.7(7y ago)01.8kMITPHPPHP ~5.6|~7.0|~7.1|~7.2|~7.3

Since Jul 10Pushed 7y agoCompare

[ Source](https://github.com/wertmenschen/backup)[ Packagist](https://packagist.org/packages/wertmenschen/backup)[ Docs](https://github.com/wertmenschen/backup)[ RSS](/packages/wertmenschen-backup/feed)WikiDiscussions master Synced 4w ago

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

Wertmenschen Backup
===================

[](#wertmenschen-backup)

#### Require this package with composer

[](#require-this-package-with-composer)

```
composer require wertmenschen/backup
```

#### Create a webdav filesystem

[](#create-a-webdav-filesystem)

```
// config/filesystems.php

'disks' => [
    'webdav' => [
        'driver'   => 'webdav',
        'baseUri'  => env('BACKUP_URL'),
        'userName' => env('BACKUP_USERNAME'),
        'password' => env('BACKUP_PASSWORD'),
    ],
];
```

#### Optional: Publish the backup config file (overrides Spatie config)

[](#optional-publish-the-backup-config-file-overrides-spatie-config)

```
php artisan vendor:publish --provider="Wertmenschen\Backup\BackupServiceProvider"
```

#### Set keys in .env

[](#set-keys-in-env)

- BACKUP\_URL
- BACKUP\_USERNAME
- BACKUP\_PASSWORD
- BACKUP\_SLACK\_WEBHOOK

#### Schedule backups

[](#schedule-backups)

Spatie documentation:

```
// app/Console/Kernel.php

protected function schedule(Schedule $schedule)
{
   $schedule->command('backup:clean')->daily()->at('01:00');
   $schedule->command('backup:run')->daily()->at('02:00');
   $schedule->command('backup:run --only-db')->hourly();

   $schedule->command('backup:clean')->dailyAt(4);
   $schedule->command('backup:monitor')->dailyAt(5);
}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~111 days

Total

8

Last Release

2652d ago

PHP version history (2 changes)1.0PHP ~5.6|~7.0|~7.1

1.0.6PHP ~5.6|~7.0|~7.1|~7.2|~7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cb45232eb8f4785903210d7cef394e863b8c9bae022e58d33bd55887267ff02?d=identicon)[Sebzap](/maintainers/Sebzap)

---

Top Contributors

[![wertmenschen](https://avatars.githubusercontent.com/u/30001699?v=4)](https://github.com/wertmenschen "wertmenschen (17 commits)")

---

Tags

laravelbackup

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[masbug/flysystem-google-drive-ext

Flysystem adapter for Google Drive with seamless virtual&lt;=&gt;display path translation

2682.0M17](/packages/masbug-flysystem-google-drive-ext)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem 3 integration with Laravel

1227.7k3](/packages/codebar-ag-laravel-flysystem-cloudinary)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[bringyourownideas/laravel-backblaze

Backblaze B2 Cloud Storage for Laravel 5. Original by Paul Olthof (@hpolthof) continued by @bringyourownideas

1238.4k](/packages/bringyourownideas-laravel-backblaze)

PHPackages © 2026

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