ibrostudio / db-dump-cli
CLI app to generate databases dump.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:project
pkg:composer/ibrostudio/db-dump-cli
Requires
- php: ^7.3|^8.0
- illuminate/database: ^8.40
- laravel-zero/phar-updater: ^1.0.6
- spatie/db-dumper: ^3.1
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel-zero/framework: ^8.8
- mockery/mockery: ^1.4.3
- pestphp/pest: ^1.3
This package is not auto-updated.
Last update: 2025-09-27 09:04:33 UTC
README
Simple cli app to generate database dumps, useful in a backup process.
- Each table is dumped in a separated file
- Works only with MySQL databases for now (more to come if needed)
Requirements
mysqldump
Installation
composer global require ibrostudio/db-dump-cli
Usage
Dump
ibro-dcc dump <your-database-name> <your-database-username> <your-database-password> <your-database-host> <your-database-port>
host
and port
can be omitted (default values are 127.0.0.1 and 3306)
Clean up
To remove the dumps:
ibro-dcc clean
Credits
License
The MIT License (MIT). Please see License File for more information.