-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Igor Sazonov edited this page Jan 31, 2026
·
1 revision
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.
- 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.
To get started, please use the navigation links on the right sidebar or the links below:
- Installation: Learn how to install the library.
- Configuration: Configure the library for your project.
- Quick Start: A step-by-step guide to making your first API call.
- API Endpoints: Detailed documentation for all available API endpoints.
- OAuth 2.0 Authorization: A guide to implementing the OAuth 2.0 flow.
- Examples: Practical examples of how to use the library.