Registry / utility / league-flysystem-dropbox

league-flysystem-dropbox

JSON →
library1.0.4phppackagistunverified

Flysystem adapter for Dropbox

composer require league/flysystem-dropbox
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-D
L
league-flysystem-dropbox
utilityphpv1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DropboxAdapter
use League\Flysystem\Dropbox\DropboxAdapter;

Write a file to Dropbox using Flysystem

use League\Flysystem\Dropbox\DropboxAdapter; use League\Flysystem\Filesystem; use Spatie\Dropbox\Client; $client = new Client('access-token'); $adapter = new DropboxAdapter($client); $filesystem = new Filesystem($adapter); $filesystem->write('path/to/file.txt', 'contents');
Debug
Known issues
breakingDeprecated in favor of league/flysystem-v2 and spatie/flysystem-dropbox
fix
Migrate to Flysystem v2 with spatie/flysystem-dropbox
affects: >=1.0.0
Upgrade
Version history
1.0.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
league-flysystem-dropbox — pip install league-flysystem-dropbox · libregistry