cdwv/database-dumper-command-bundle
Symfony bundle adding a console command to create database backups/dumps. Install via Composer, register the bundle, then run app/console cdwv:database:dump to generate a dump for your configured database.
artisan backup) or better-supported packages.mysqldump, pg_dump).For Executives:
"This package automates database backups for our Symfony 2/3 applications with a one-line CLI command (app/console cdwv:database:dump), reducing manual effort and risk of data loss. While lightweight, it’s a cost-effective stopgap for non-critical systems or legacy apps where modern alternatives aren’t viable. For production, we’d need to supplement with cloud storage and monitoring—but this gets us 80% of the way for ~$0 in devops overhead."
For Engineering: *"Pros:
Cons:
Recommendation: Use for dev/staging backups or as a prototype. For production, evaluate Laravel Backup or a custom script with mysqldump + AWS CLI."*
How can I help you explore Laravel packages today?