• This repository has been archived on 04/Dec/2020
  • Stars
    star
    161
  • Rank 232,662 (Top 5 %)
  • Language
    PHP
  • Created about 13 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dropbox client library for PHP

Build Status Join the chat at https://gitter.im/Dropbox-PHP/dropbox-php

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.

Questions?

Dropbox-php Mailing list
Official Dropbox forums