Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 781 Bytes

Packagist

Dropbox API PHP

This is a PHP wrapper for Dropbox's API. It includes the following:

  • Helper methods for all API endpoints
  • Authorization flow helpers.
  • PSR-4 autoloading support.

Requirements

  • PHP 8.1 or later.

Installation

Install it using Composer:

composer require bhanwarpsrathore/dropbox-api-php

Usage

Before using the Dropbox API, you'll need to create an app at Dropbox app console.

License

MIT license. Please see LICENSE for more info.