PHPackages                             hemant-mann/flysystem-dropbox - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. hemant-mann/flysystem-dropbox

ActiveLibrary[File &amp; Storage](/categories/file-storage)

hemant-mann/flysystem-dropbox
=============================

The Flysystem Adapter for Dropbox

v1.0.5(3y ago)5252↓100%2MITPHPPHP &gt;=5.6.0

Since May 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Hemant-Mann/flysystem-dropbox)[ Packagist](https://packagist.org/packages/hemant-mann/flysystem-dropbox)[ RSS](/packages/hemant-mann-flysystem-dropbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (8)Used By (0)

Flysystem Adapter for Dropbox
=============================

[](#flysystem-adapter-for-dropbox)

[![Author](https://camo.githubusercontent.com/f490417e1cc1214d9b9deb1293babd89a4b9d5d03817fbe8ae9f5499d9af1aa8/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4068656d616e746d616e6e2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/HemantMann13)[![Codecov](https://camo.githubusercontent.com/ffc6494314070043625b4b85d873dc84de07be1feb78368e038eba70376cb068/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f48656d616e742d4d616e6e2f666c7973797374656d2d64726f70626f782e7376673f7374796c653d666c61742d737175617265266d61784167653d30)](https://codecov.io/gh/Hemant-Mann/flysystem-dropbox)[![Build Status](https://camo.githubusercontent.com/ffcde0bbcfdcec429ec8b3e8c4cdaaa0e43703cd93cb6cac27a13d2a2f0e0882/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f48656d616e742d4d616e6e2f666c7973797374656d2d64726f70626f782f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Hemant-Mann/flysystem-dropbox)

This is the Dropbox Adapter for the flysystem based on the v2 API of the Dropbox. This adapter supports PHP5

Usage
-----

[](#usage)

Visit  and get your "App secret". You can also generate OAuth2 access token for testing using the Dropbox App Console without going through the authorization flow.

This Adapter uses the [Community SDK](https://github.com/kunalvarma05/dropbox-php-sdk) for connecting to the Dropbox API v2

```
use Kunnu\Dropbox\Dropbox;
use Kunnu\Dropbox\DropboxApp;

use League\Flysystem\Filesystem;
use HemantMann\Flysystem\Dropbox\Adapter;

$app = new DropboxApp($clientId, $clientSecret, $accessToken);
$dropboxClient = new Dropbox($app);
$adapter = new Adapter($dropboxClient);

$filesystem = new Filesystem($adapter);
```

Tests
-----

[](#tests)

```
composer install
bin/phpunit
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

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

Every ~378 days

Recently: every ~462 days

Total

6

Last Release

1378d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54d2d27d404fc03fa00b850ec6042e4f98cd20846fdd10e6ce7eb7a6ec48db6a?d=identicon)[hemant-mann](/maintainers/hemant-mann)

---

Top Contributors

[![Hemant-Mann](https://avatars.githubusercontent.com/u/10141396?v=4)](https://github.com/Hemant-Mann "Hemant-Mann (20 commits)")[![fritteli](https://avatars.githubusercontent.com/u/722545?v=4)](https://github.com/fritteli "fritteli (1 commits)")[![phil-davis](https://avatars.githubusercontent.com/u/1535615?v=4)](https://github.com/phil-davis "phil-davis (1 commits)")

---

Tags

dropbox-v2flysystemflysystem-adapter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hemant-mann-flysystem-dropbox/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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