Thephpleague Flysystem Dropbox Save Abandoned

Flysystem Adapter for Dropbox [ABANDONED] replacement: https://packagist.org/packages/spatie/flysystem-dropbox

Project README

Flysystem Adapter for Dropbox

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

Installation

composer require league/flysystem-dropbox

Usage

Visit https://www.dropbox.com/developers/apps and get your "App secret".

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

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

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

$filesystem = new Filesystem($adapter);
Open Source Agenda is not affiliated with "Thephpleague Flysystem Dropbox" Project. README Source: thephpleague/flysystem-dropbox
Stars
67
Open Issues
6
Last Commit
7 years ago

Open Source Agenda Badge

Open Source Agenda Rating