Skip to content

bhanwarpsrathore/dropbox-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.