MySQL Dump Factory class that creates either mysql or PDO classes
PHP v5.2 and up. Tested on PHP v5.2.17, v5.3, v5.4, v5.5
require_once 'lib/MysqlDumpFactory.php';
$mc = MysqlDumpFactory::makeMysqlDump('dbhost', 'dbuser', 'dbpass', 'dbname', class_exists('PDO'));
Coverage reports are stored inside the coverage folder.
phpunit
For code guidelines refer to .editorconfig
. This project is following PEAR code standard - http://pear.php.net/manual/en/standards.php
The project is following Vincent Driessen's branching model aka git flow - http://nvie.com/git-model/
Make sure to submit your pull requests against the develop branch
MIT
- Yani Iliev
- Bobby Angelov