, (*1)
Dropbox-php
This PHP library allows you to easily integrate dropbox with PHP., (*2)
The following PHP extension is required:, (*3)
The library makes use of OAuth. At the moment you can use either of these libraries:, (*4)
PHP OAuth extension
PEAR's HTTP_OAUTH package, (*5)
The extension is recommended, but if you can't install php extensions you should go for the pear package., (*6)
Installing
composer require "dropbox-php/dropbox-php" "1.*"
Or by adding the following to your composer.json:, (*7)
"require": {
"dropbox-php/dropbox-php": “1.*”
}
NOTE: Pear install is no longer supported, (*8)
Documentation
Check out the documentation., (*9)
Questions?
Dropbox-php Mailing list
Official Dropbox forums, (*10)