Skip to content

twistor/flysystem-dropbox

 
 

Repository files navigation

Flysystem Adapter for Dropbox

Author Build Status Coverage Status Quality Score Software License Packagist Version Total Downloads

Installation

composer require league/flysystem-dropbox

Usage

use League\Flysystem\Dropbox\DropboxAdapter;
use League\Flysystem\Filesystem;
use Dropbox\Client;

$client = new Client(/* CREDENTIALS */);
$adapter = new DropboxAdapter($client, [$prefix]);

$filesystem = new Filesystem($adapter);

About

Flysystem Adapter for Dropbox

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%