Registry / http-client / spatie-dropbox-api

spatie-dropbox-api

JSON →
library1.24.1phppackagistunverified

A minimal implementation of Dropbox API v2

composer require spatie/dropbox-api
INSTALL
IMPORT
SIG · SPATIE-DROPBOX-API
S
spatie-dropbox-api
http-clientphpv1.24.1
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.

Client
use Spatie\Dropbox\Client;

Create a Dropbox client with an access token and list the root folder.

use Spatie\Dropbox\Client; $client = new Client($accessToken); $files = $client->listFolder('/');
Debug
Known issues
breakingRequires PHP 7.4+
fix
Upgrade PHP to 7.4 or higher.
affects: <1.0
Upgrade
Version history
1.24.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
36
Resources
spatie-dropbox-api — pip install spatie-dropbox-api · libregistry