mikailfaruqali / backup
A Laravel package to generate database backups with optional ZIP encryption and password protection. Designed for simplicity, performance, and route-based access.
1.3.0
2025-06-01 21:33 UTC
Requires
- php: >=7.4
- illuminate/contracts: >=5.0
- spatie/db-dumper: ^3.0
Requires (Dev)
- driftingly/rector-laravel: ^2.0
- laravel/pint: ^1.14
- orchestra/testbench: ^8.22 || ^9.0
README
A Laravel package to generate database backups with optional ZIP encryption and password protection. Designed for simplicity, performance, and route-based access.
Installation
Require the package via Composer:
composer require mikailfaruqali/backup
Configuration
Publish the config file to customize the package settings:
php artisan vendor:publish --provider="Snawbar\Backup\BackupServiceProvider" --tag="config"
Requirements
- PHP >= 7.4
- Laravel (or illuminate/contracts) >= 5.0
- spatie/db-dumper
License
This package is open-sourced software licensed under the MIT license.
Author
Snawbar — alanfaruq85@gmail.com