2017 © Pedro Peláez
 

library flysystem-dropbox

Flysystem adapter for Dropbox

image

league/flysystem-dropbox

Flysystem adapter for Dropbox

  • Monday, April 25, 2016
  • by frankdejonge
  • Repository
  • 11 Watchers
  • 59 Stars
  • 289,256 Installations
  • PHP
  • 40 Dependents
  • 16 Suggesters
  • 15 Forks
  • 5 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Flysystem Adapter for Dropbox

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads, (*1)

Installation

composer require league/flysystem-dropbox

Usage

Visit https://www.dropbox.com/developers/apps and get your "App secret"., (*2)

You can also generate OAuth access token for testing using the Dropbox App Console without going through the authorization flow., (*3)

~~~ php use League\Flysystem\Dropbox\DropboxAdapter; use League\Flysystem\Filesystem; use Dropbox\Client;, (*4)

$client = new Client($accessToken, $appSecret); $adapter = new DropboxAdapter($client, [$prefix]);, (*5)

$filesystem = new Filesystem($adapter); ~~~, (*6)

The Versions

25/04 2016

dev-master

9999999-dev

Flysystem adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

25/04 2016

1.0.4

1.0.4.0

Flysystem adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

22/04 2016

1.0.3

1.0.3.0

Flysystem adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

13/04 2016

1.0.2

1.0.2.0

Flysystem adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

19/12 2015

1.0.1

1.0.1.0

Flysystem adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge

30/05 2015

1.0.0

1.0.0.0

Flysystem adapter for Dropbox

  Sources   Download

MIT

The Requires

 

The Development Requires

by Frank de Jonge