Michael Gapczynski 9b605969f1 Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and copy in Dropbox storage backend | лет назад: 12 | |
---|---|---|
.. | ||
Exception | лет назад: 12 | |
OAuth | лет назад: 12 | |
API.php | лет назад: 12 | |
Exception.php | лет назад: 12 | |
LICENSE.txt | лет назад: 12 | |
OAuth.php | лет назад: 12 | |
README.md | лет назад: 12 | |
autoload.php | лет назад: 12 |
This PHP library allows you to easily integrate dropbox with PHP.
The following PHP extension is required:
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.
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
Check out the documentation.