tsslabs / dropbox-php
Dropbox PHP library with updates
Installs: 108
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 61
pkg:composer/tsslabs/dropbox-php
Requires
- php: >=5.3.0
Suggests
- http_oauth: >=1.1.18
- oauth: *
This package is not auto-updated.
Last update: 2025-09-27 20:08:31 UTC
README
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.