PHP code example of ronijan / backup-db

1. Go to this page and download the library: Download ronijan/backup-db library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ronijan / backup-db example snippets





use Ronijan\BackupDatabase\Backup;

oot', 'blog');

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