2017 © Pedro Peláez
 

library flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

image

spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  • Saturday, November 18, 2017
  • by Spatie
  • Repository
  • 7 Watchers
  • 109 Stars
  • 117,426 Installations
  • PHP
  • 17 Dependents
  • 6 Suggesters
  • 18 Forks
  • 3 Open issues
  • 9 Versions
  • 23 % Grown

The README.md

Flysystem adapter for the Dropbox API

Latest Version on Packagist Tests Total Downloads, (*1)

This package contains a Flysystem adapter for Dropbox. Under the hood, the Dropbox API v2 is used., (*2)

Using Flystem v1

If you're using Flysystem v1, then use v1 of flysystem-dropbox., (*3)

Support us

, (*4)

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products., (*5)

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall., (*6)

Installation

You can install the package via composer:, (*7)

``` bash composer require spatie/flysystem-dropbox, (*8)


## Usage The first thing you need to do is to get an authorization token at Dropbox. A token can be generated in the [App Console](https://www.dropbox.com/developers/apps) for any Dropbox API app. You'll find more info at [the Dropbox Developer Blog](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/). ```php use League\Flysystem\Filesystem; use Spatie\Dropbox\Client; use Spatie\FlysystemDropbox\DropboxAdapter; $client = new Client($authorizationToken); $adapter = new DropboxAdapter($client); $filesystem = new Filesystem($adapter, ['case_sensitive' => false]);

Note: Because Dropbox is not case-sensitive you’ll need to set the 'case_sensitive' option to false., (*9)

Changelog

Please see CHANGELOG for more information what has changed recently., (*10)

Testing

bash composer test, (*11)

Contributing

Please see CONTRIBUTING for details., (*12)

Security

If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker., (*13)

Postcardware

You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using., (*14)

Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium., (*15)

We publish all received postcards on our company website., (*16)

Credits

License

The MIT License (MIT). Please see License File for more information., (*17)

The Versions

18/11 2017

dev-master

9999999-dev https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

18/11 2017

1.0.6

1.0.6.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

21/10 2017

1.0.5

1.0.5.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

19/10 2017

1.0.4

1.0.4.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

20/05 2017

1.0.3

1.0.3.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

18/05 2017

1.0.2

1.0.2.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

09/05 2017

1.0.1

1.0.1.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

19/04 2017

1.0.0

1.0.0.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox

18/04 2017

0.0.1

0.0.1.0 https://github.com/spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

  Sources   Download

MIT

The Requires

 

The Development Requires

api v2 spatie flysystem dropbox flysystem-dropbox