bhanwarpsrathore / dropbox-api-php
A PHP wrapper for Dropbox's HTTP API.
v1.2.0
2024-02-29 07:01 UTC
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.