Registry / other / spatie-flysystem-dropbox

spatie-flysystem-dropbox

JSON →
library3.1.0phppackagistunverified

Flysystem Adapter for the Dropbox v2 API

composer require spatie/flysystem-dropbox
INSTALL
IMPORT
SIG · SPATIE-FLYSYSTEM-D
S
spatie-flysystem-dropbox
otherphpv3.1.0
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 Spatie\FlysystemDropbox\DropboxAdapter;

Create a Flysystem filesystem using Dropbox as the adapter

use Spatie\FlysystemDropbox\DropboxAdapter; use Spatie\Dropbox\Client; $client = new Client('access-token'); $adapter = new DropboxAdapter($client); $filesystem = new League\Flysystem\Filesystem($adapter);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
spatie-flysystem-dropbox — pip install spatie-flysystem-dropbox · libregistry