https://github.com/cdwv/mysqldumpercommandbundle
Simple Symfony task for create backup/dump mysql database
https://github.com/cdwv/mysqldumpercommandbundle
Last synced: 12 months ago
JSON representation
Simple Symfony task for create backup/dump mysql database
- Host: GitHub
- URL: https://github.com/cdwv/mysqldumpercommandbundle
- Owner: cdwv
- Created: 2016-02-04T08:38:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T03:59:12.000Z (almost 9 years ago)
- Last Synced: 2025-05-28T00:31:21.600Z (about 1 year ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/cdwv/MysqlDumperCommandBundle) [](https://packagist.org/packages/cdwv/mysql-dumper-command-bundle) [](https://packagist.org/packages/cdwv/mysql-dumper-command-bundle) [](https://packagist.org/packages/cdwv/mysql-dumper-command-bundle) [](https://packagist.org/packages/cdwv/mysql-dumper-command-bundle)
Description
------------
Simple Symfony task for create backup/dump mysql database
Installation
------------
```
composer require cdwv/mysql-dumper-command-bundle
```
add bundle to AppKernel:
```
new CodeWave\MysqlDumperCommandBundle\CodeWaveMysqlDumperCommandBundle(),
```
Run:
------------
```
app/console cdwv:database:dump
```
## License
The MIT License © 2015 - 2016