2017 © Pedro Peláez
 

library flysystem-dropbox

The Flysystem Adapter for Dropbox

image

hemant-mann/flysystem-dropbox

The Flysystem Adapter for Dropbox

  • Thursday, August 10, 2017
  • by hemant-mann
  • Repository
  • 1 Watchers
  • 2 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Flysystem Adapter for Dropbox

Author Codecov Build Status, (*1)

This is the Dropbox Adapter for the flysystem based on the v2 API of the Dropbox. This adapter supports PHP5, (*2)

Usage

Visit https://www.dropbox.com/developers/apps and get your "App secret". You can also generate OAuth2 access token for testing using the Dropbox App Console without going through the authorization flow., (*3)

This Adapter uses the Community SDK for connecting to the Dropbox API v2, (*4)

use Kunnu\Dropbox\Dropbox;
use Kunnu\Dropbox\DropboxApp;

use League\Flysystem\Filesystem;
use HemantMann\Flysystem\Dropbox\Adapter;

$app = new DropboxApp($clientId, $clientSecret, $accessToken);
$dropboxClient = new Dropbox($app);
$adapter = new Adapter($dropboxClient);

$filesystem = new Filesystem($adapter);

Tests

composer install
bin/phpunit

The Versions

10/08 2017

dev-guzzle5

dev-guzzle5

The Flysystem Adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hemant Mann

10/08 2017

dev-master

9999999-dev

The Flysystem Adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hemant Mann

10/08 2017

v1.0.3

1.0.3.0

The Flysystem Adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hemant Mann

13/07 2017

v1.0.2

1.0.2.0

The Flysystem Adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hemant Mann

08/07 2017

v1.0.1

1.0.1.0

The Flysystem Adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hemant Mann

29/05 2017

v1.0

1.0.0.0

The Flysystem Adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hemant Mann