Download the PHP package headoo/dropboxhelper without Composer
On this page you can find all versions of the php package headoo/dropboxhelper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dropboxhelper
DropboxHelper
Minimalist helper to use the complete PHP SDK for Dropbox's v2 API Alorel/dropbox-v2-php. Simplifies at best the following uses at Dropbox:
- read/write/delete a file
- list a folder from the path
- list the delta of a folder from the cursor
- get account information of the connected account
Installation
Via Composer
Utilisation
Load the helper:
or
Write/Read/Delete a file:
List a folder from the path:
List a folder from the cursor:
Unit Test
Prerequisite
git clone https://github.com/Headoo/DropboxHelper.git
composer install
Test
To test this project with PHPUnit, declare following environment variables:
- Your app Dropbox Token can be found here https://www.dropbox.com/developers/apps
- For folder path, do not forget the leading slash (/)
Then, launch PHPUnit:
Links
All versions of dropboxhelper with dependencies
PHP Build Version
Package Version
Requires
alorel/dropbox-v2-php Version
^0.4.2
The package headoo/dropboxhelper contains the following files
Loading the files please wait ....