2017 © Pedro Peláez
 

library db-2-dropbox

Backup your database to dropbox easily.

image

howtomakeaturn/db-2-dropbox

Backup your database to dropbox easily.

  • Thursday, June 15, 2017
  • by howtomakeaturn
  • Repository
  • 1 Watchers
  • 10 Stars
  • 82 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Backup your database to dropbox easily., (*1)

Installation

You can just download the file to your project, or install it via composer:, (*2)

composer require "howtomakeaturn/db-2-dropbox"

Usage

Get dropbox app key, secret, and access token from Dropbox App Console (Choose 'App folder' for the type), (*3)

$db2d = new Db2d();

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

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

$db2d->backup();

And then you can see your database backup in the dropbox folder!, (*4)

The Versions

15/06 2017

dev-master

9999999-dev

Backup your database to dropbox easily.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar howtomakeaturn

13/06 2017

0.1.3

0.1.3.0

Backup your database to dropbox easily.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar howtomakeaturn

13/06 2017

0.1.2

0.1.2.0

Backup your database to dropbox easily.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar howtomakeaturn

13/06 2017

0.1.1

0.1.1.0

Backup your database to dropbox easily.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar howtomakeaturn

13/06 2017

0.1.0

0.1.0.0

Backup your database to dropbox easily.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar howtomakeaturn