PHP Package: spatie/laravel-backup

Spatie's Laravel Backup is a comprehensive backup solution for Laravel applications, providing automated backups, multiple disk support, and easy configuration.

Current Version: 9.3.4
Last Updated: 2025-07-25
PHP Requirement: ^8.2
Dependencies: None

Package Description

Spatie's Laravel Backup is a powerful way to backup your Laravel application, offering flexibility, security, and ease of use. With automated backups, multiple disk support, and various customization options, this package ensures your data is safe and readily restorable.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.3.4

Download Download v9.3.4

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/spatie/laravel-backup/9.3.4/loader.php';
use Spatie\Backup\Tasks\Backup\BackupJob;
use Spatie\Backup\Tasks\Backup\BackupDestination;
use Spatie\Backup\Tasks\Monitor\HealthCheck\HealthCheck;

$obj = new BackupJob();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.