v0.0.1 - Now Available

Laravel Simple Backup

The simplest way to backup your MySQL and PostgreSQL databases. Zero configuration, maximum reliability.

Powerful Features

Everything you need for reliable database backups

MySQL & PostgreSQL

Full support for both MySQL and PostgreSQL databases out of the box.

Easy to Use

Simple Artisan command or programmatic API for backups.

Lightning Fast

Minimal dependencies and blazing fast backup creation.

Enterprise Secure

Follows Laravel best practices for maximum security.

Quick Start

Installation

composer require programinglive/laravel-simple-backup

Usage

php artisan backup:database

Programmatic Usage

use ProgrammingLive\LaravelSimpleBackup\BackupManager;

// Create backup
$filepath = BackupManager::backup();

// List backups
$backups = BackupManager::getBackups();

// Delete backup
BackupManager::deleteBackup('backup_mydb_2024-12-08_10-00-00.sql');

Start Backing Up Today

Get your databases protected with just one command. No complex setup required.