2017 © Pedro Peláez
 

library dropbox-php

Dropbox PHP library

image

dropbox-php/dropbox-php

Dropbox PHP library

  • Sunday, October 15, 2017
  • by lazyguru
  • Repository
  • 27 Watchers
  • 163 Stars
  • 46,249 Installations
  • PHP
  • 6 Dependents
  • 7 Suggesters
  • 69 Forks
  • 14 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Build
Status Join the chat at https://gitter.im/Dropbox-PHP/dropbox-php, (*1)

Dropbox-php

This PHP library allows you to easily integrate dropbox with PHP., (*2)

The following PHP extension is required:, (*3)

  • json

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)

The Versions

15/10 2017

dev-master

9999999-dev http://dropbox-php.com/

Dropbox PHP library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Evan Kaufman

dropbox

10/09 2012

1.0.0

1.0.0.0 http://dropbox-php.com/

Dropbox PHP library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Evan Kaufman

dropbox