nextcloud/3rdparty/Dropbox
Michael Gapczynski 9b605969f1 Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and copy in Dropbox storage backend 2012-06-27 15:23:49 -04:00
..
Exception Add Dropbox storage backend 2012-06-09 15:02:48 -04:00
OAuth Add Dropbox storage backend 2012-06-09 15:02:48 -04:00
API.php Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and copy in Dropbox storage backend 2012-06-27 15:23:49 -04:00
Exception.php Add Dropbox storage backend 2012-06-09 15:02:48 -04:00
LICENSE.txt Add Dropbox storage backend 2012-06-09 15:02:48 -04:00
OAuth.php Add Dropbox storage backend 2012-06-09 15:02:48 -04:00
README.md Add Dropbox storage backend 2012-06-09 15:02:48 -04:00
autoload.php Add Dropbox storage backend 2012-06-09 15:02:48 -04:00

README.md

Dropbox-php

This PHP library allows you to easily integrate dropbox with PHP.

The following PHP extension is required:

  • json

The library makes use of OAuth. At the moment you can use either of these libraries:

PHP OAuth extension
PEAR's HTTP_OAUTH package

The extension is recommended, but if you can't install php extensions you should go for the pear package.
Installing

pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha

Documentation

Check out the documentation.

Questions?

Dropbox-php Mailing list
Official Dropbox developer forum