Skip to content

ronijan/backup-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup-db

Easily Backup your Database.

change localhost, username, password and databaseName

<?php

use Ronijan\BackupDatabase\Backup;

require_once 'vendor/autoload.php';

$backup = new Backup('localhost', 'ro', 'root', 'blog');

// If the path is not given, then it'll be saved in the root of your Project
$backup->start('sql/');

About

The abiltiy to backup your Data from Database easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages