PHPackages                             dropbox-php/dropbox-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dropbox-php/dropbox-php

AbandonedArchivedLibrary

dropbox-php/dropbox-php
=======================

Dropbox PHP library

1.0.0(13y ago)16165.6k—0%591MITPHPPHP &gt;=5.3.0

Since Sep 10Pushed 8y ago25 watchersCompare

[ Source](https://github.com/Dropbox-PHP/dropbox-php)[ Packagist](https://packagist.org/packages/dropbox-php/dropbox-php)[ Docs](http://dropbox-php.com/)[ RSS](/packages/dropbox-php-dropbox-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

[![Build Status](https://camo.githubusercontent.com/80f2edfb01de34623e692fd40215ad1c4e3416ae0a712e4e2edaa0bee8a17f56/68747470733a2f2f7472617669732d63692e6f72672f44726f70626f782d5048502f64726f70626f782d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Dropbox-PHP/dropbox-php)[![Join the chat at https://gitter.im/Dropbox-PHP/dropbox-php](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/Dropbox-PHP/dropbox-php?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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](http://pecl.php.net/package/oauth)
[PEAR's HTTP\_OAUTH package](http://pear.php.net/package/http_oauth)

The extension is recommended, but if you can't install php extensions you should go for the pear package.
Installing
--------------------------------------------------------------------------------------------------------------------

[](#the-extension-is-recommended-but-if-you-cant-install-php-extensions-you-should-go-for-the-pear-packageinstalling)

```
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
-------------

[](#documentation)

Check out the [documentation](http://dropbox-php.github.io/dropbox-php/docs).

Questions?
----------

[](#questions)

[Dropbox-php Mailing list](http://groups.google.com/group/dropbox-php)
[Official Dropbox forums](https://www.dropboxforum.com/hc/communities/public/questions)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4990d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a36736044375801e0415501a5b493d55d36150977a2463db26f14136305fdbc?d=identicon)[lazyguru](/maintainers/lazyguru)

---

Top Contributors

[![lazyguru](https://avatars.githubusercontent.com/u/612340?v=4)](https://github.com/lazyguru "lazyguru (61 commits)")[![evert](https://avatars.githubusercontent.com/u/178960?v=4)](https://github.com/evert "evert (36 commits)")[![nao-pon](https://avatars.githubusercontent.com/u/1412630?v=4)](https://github.com/nao-pon "nao-pon (17 commits)")[![BrummbQ](https://avatars.githubusercontent.com/u/1120546?v=4)](https://github.com/BrummbQ "BrummbQ (3 commits)")[![kachkaev](https://avatars.githubusercontent.com/u/608862?v=4)](https://github.com/kachkaev "kachkaev (1 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (1 commits)")[![mijohansen](https://avatars.githubusercontent.com/u/589907?v=4)](https://github.com/mijohansen "mijohansen (1 commits)")[![mugami-ast](https://avatars.githubusercontent.com/u/1662452?v=4)](https://github.com/mugami-ast "mugami-ast (1 commits)")[![lucipacurar](https://avatars.githubusercontent.com/u/198549?v=4)](https://github.com/lucipacurar "lucipacurar (1 commits)")

---

Tags

dropbox

### Embed Badge

![Health badge](/badges/dropbox-php-dropbox-php/health.svg)

```
[![Health](https://phpackages.com/badges/dropbox-php-dropbox-php/health.svg)](https://phpackages.com/packages/dropbox-php-dropbox-php)
```

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M68](/packages/hwi-oauth-bundle)[spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

3644.6M68](/packages/spatie-flysystem-dropbox)[spatie/dropbox-api

A minimal implementation of Dropbox API v2

3116.0M36](/packages/spatie-dropbox-api)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3633.0M18](/packages/kunalvarma05-dropbox-php-sdk)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[dropbox/dropbox-sdk

Dropbox SDK for PHP

2411.2M18](/packages/dropbox-dropbox-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
