Skip to content
Igor Sazonov edited this page Jan 31, 2026 · 1 revision

Welcome to the dropbox-php Wiki!

dropbox-php is a modern and comprehensive PHP SDK for the Dropbox API v2. It is designed for seamless integration into both pure PHP and Laravel projects, providing a clean, intuitive, and type-safe interface for all your cloud storage needs.

This Wiki serves as the official documentation for the library, offering detailed guides and examples to help you get started with building your own applications that leverage the power of Dropbox.

Key Features

  • Full Dropbox API v2 Coverage: The library provides access to over 40 methods for files, folders, sharing, and more.
  • Laravel Integration: Offers first-class support for Laravel, with a service provider, facade, and publishable configuration.
  • Chunked Uploads: Supports chunked uploads for large files (up to 350GB).
  • Batch Operations: Efficiently perform batch operations for copying, moving, and deleting multiple files.
  • OAuth 2.0 Support: Includes helpers for the OAuth 2.0 authorization flow.
  • Comprehensive Documentation: Detailed examples and API references to get you up and running quickly.

Navigation

To get started, please use the navigation links on the right sidebar or the links below:

Clone this wiki locally