PHP code example of howtomakeaturn / db-2-dropbox

1. Go to this page and download the library: Download howtomakeaturn/db-2-dropbox 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/ */

    

howtomakeaturn / db-2-dropbox example snippets


$db2d = new Db2d();

$db2d->configureDatabase($db, $username, $password);

$db2d->configureDropbox($app_key, $app_secret, $access_token);

$db2d->backup();