mysqldump-factory/mysqldump-factory

Fully tested, mysqldump factory for PHP 5.2.17, 5.3, 5.4, 5.5

2.2.0 2014-10-11 16:00 UTC

This package is auto-updated.

Last update: 2024-03-28 05:34:20 UTC


README

Build Status Latest Stable Version Total Downloads

MySQL Dump Factory class that creates either mysql or PDO classes

Requirements

PHP v5.2 and up. Tested on PHP v5.2.17, v5.3, v5.4, v5.5

Usage

require_once 'lib/MysqlDumpFactory.php';
$mc = MysqlDumpFactory::makeMysqlDump('dbhost', 'dbuser', 'dbpass', 'dbname', class_exists('PDO'));

Tests

Coverage reports are stored inside the coverage folder.

phpunit

Contributing

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

License

MIT

Authors

  • Yani Iliev
  • Bobby Angelov