PHP Package: spatie/dropbox-api

Spatie's Dropbox API PHP library enables easy integration with Dropbox services for seamless file management and synchronization.

Current Version: 1.23.0
Last Updated: 2025-01-06
PHP Requirement: ^8.1
Dependencies:
guzzle/guzzle
spatie/array-to-xml
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Spatie Dropbox API PHP library simplifies the process of connecting and interacting with Dropbox's cloud storage solutions. With comprehensive functionality for file uploads, downloads, sharing, and more, this library enhances your application's capabilities. Seamlessly integrate Dropbox services into your PHP projects with this efficient and reliable library.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.23.0

Download Download v1.23.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/dropbox-api/1.23.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/spatie/array-to-xml/{lib_version}/loader.php';

use Spatie\DropboxApi\Client;
use GuzzleHttp\Client;
use Spatie\ArrayToXml\ArrayToXml;

$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.