Skip to content

ParisEngineers/DeepRecordCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepRecordCopy

Copy record from one database to another database.

Features

  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit
  • Comprehensive Guides and tutorial
  • Easy to use to any framework or even a plain php file

Base usage

<?php
    
    $var = new \ParisEngineers\DeepRecordCopy\Copy();

    $var->setFrom('localhost', 'db1', 'user', 'password');
    $var->setTo('localhost', 'db2', 'user', 'password');
    $var->copy('table', 'id', 1);

About

Copy record from one database to another database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages