Simple Symfony task for create backup/dump mysql database
composer require cdwv/mysql-dumper-command-bundle
add bundle to AppKernel:
new CodeWave\MysqlDumperCommandBundle\CodeWaveMysqlDumperCommandBundle(),
app/console cdwv:database:dump
The MIT License © 2015 - 2016