dropbox-php / dropbox-php
Dropbox PHP library
Installs: 63 051
Dependents: 3
Suggesters: 5
Security: 0
Stars: 167
Watchers: 26
Forks: 64
Open Issues: 0
Requires
- php: >=5.3.0
Suggests
- http_oauth: >=1.1.18
- oauth: *
This package is auto-updated.
Last update: 2020-12-30 01:57:02 UTC
README
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
composer require "dropbox-php/dropbox-php" "1.*"
Or by adding the following to your composer.json:
"require": {
"dropbox-php/dropbox-php": “1.*”
}
NOTE: Pear install is no longer supported
Documentation
Check out the documentation.