bhanwarpsrathore / dropbox-api-php
A PHP wrapper for Dropbox's HTTP API.
Installs: 1 088
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- graham-campbell/guzzle-factory: ^7.0
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- pestphp/pest: ^2.30
README
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.