cdwv / database-dumper-command-bundle
Symfony command for create database backup
Installs: 1 079
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.2
- symfony/symfony: >=2.8
Requires (Dev)
- doctrine/doctrine-bundle: ~1.3
- doctrine/orm: ~2.3
- phpunit/phpunit: ~4.8
- symfony/symfony: ~2.8
- symfony/twig-bundle: ~3.0
This package is auto-updated.
Last update: 2024-10-29 05:16:22 UTC
README
Description
Simple Symfony task for create backup/dump database
Installation
composer require cdwv/database-dumper-command-bundle
add bundle to AppKernel:
new CodeWave\DatabaseDumperCommandBundle\CodeWaveDatabaseDumperCommandBundle(),
Run:
app/console cdwv:database:dump
License
The MIT License © 2015 - 2016