Download the PHP package srimaln91/sql-dumper without Composer
On this page you can find all versions of the php package srimaln91/sql-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download srimaln91/sql-dumper
More information about srimaln91/sql-dumper
Files in srimaln91/sql-dumper
Package sql-dumper
Short Description A PHP console application to execute batch of shell commands to versioning wordpress database and source code
License GPL
Rated 4.00 based on 1 reviews
Informations about the package sql-dumper
SQL Dumper
A PHP command line application to dump databases into your source code. This can be very useful if you need to version control your database along with the source code.
Getting Started
This package is available on packagist. You can use following commands to add this package into your composer dev dependancies.
Prerequisites
You need to have mysql and mysqldump binaries installed on your system. This package uses native mysql binaries to create and restore dumps.
Installing
Please follow below steps to configure this application.
Configuration
You need to create a config.yml file in your project root. Below is the default config file.
How to generate a database dump
You can execute below command to create a new dump or update an existing dump directory
How to restore a database dump
Please use below command
Authors
- Srimal Nishantha - GitHub
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
All versions of sql-dumper with dependencies
symfony/process Version ^3.3
pimple/pimple Version ~3.0
symfony/yaml Version ^3.3