PHPackages                             srmklive/flysystem-dropbox-v2 - 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. [API Development](/categories/api)
4. /
5. srmklive/flysystem-dropbox-v2

ActiveLibrary[API Development](/categories/api)

srmklive/flysystem-dropbox-v2
=============================

Flysystem Adapter for Dropbox API v2

v1.0.8(5y ago)20179.1k↓33.3%9[1 PRs](https://github.com/srmklive/flysystem-dropbox-v2/pulls)9MITPHPPHP &gt;=5.5.9CI failing

Since May 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/srmklive/flysystem-dropbox-v2)[ Packagist](https://packagist.org/packages/srmklive/flysystem-dropbox-v2)[ Docs](https://github.com/srmklive/flysystem-dropbox-v2)[ RSS](/packages/srmklive-flysystem-dropbox-v2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (10)Used By (9)

flysystem-dropbox-v2
====================

[](#flysystem-dropbox-v2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1756e14334bbf11df5184addd5d2d5ef0332223443dceda6786f05bfcf4330db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73726d6b6c6976652f666c7973797374656d2d64726f70626f782d76322e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/srmklive/flysystem-dropbox-v2)[![Total Downloads](https://camo.githubusercontent.com/3e54d44e55dfd3e9b2ee01e9b8e4ebaeae3b8fdb2b541f2d0ffa94ea346bcdc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73726d6b6c6976652f666c7973797374656d2d64726f70626f782d76322e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/srmklive/flysystem-dropbox-v2)[![StyleCI](https://camo.githubusercontent.com/41d5c89392c99ae8ace577bb111aa89c66ab97d44a70207d11351aaf94dce2f9/68747470733a2f2f7374796c6563692e696f2f7265706f732f39303836363539332f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/90866593)[![Build Status](https://github.com/srmklive/flysystem-dropbox-v2/workflows/DropboxAPITests/badge.svg)](https://github.com/srmklive/flysystem-dropbox-v2/workflows/DropboxAPITests/badge.svg)[![Code Quality](https://camo.githubusercontent.com/d94f910c36c788a07de47f3e580a010aacdf571193a65dbd79fd35c6628fe365/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73726d6b6c6976652f666c7973797374656d2d64726f70626f782d76322f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/srmklive/flysystem-dropbox-v2/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/89e68735307dd8ed1b6d471d4911229601d553ec42a5c18dd2f868f3d8b87f0c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73726d6b6c6976652f666c7973797374656d2d64726f70626f782d76322f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/srmklive/flysystem-dropbox-v2?branch=master)

This package contains a [Flysystem](https://flysystem.thephpleague.com/) adapter for Dropbox API v2.

Credits
=======

[](#credits)

This package is direct port of [Flysystem Dropbox](https://github.com/spatie/flysystem-dropbox) by [Freek Van der Herten](https://github.com/freekmurze) with support for PHP 5.5 &amp; 5.6.

Installation
============

[](#installation)

You can install the package via composer:

```
composer require srmklive/flysystem-dropbox-v2
```

Usage
-----

[](#usage)

The first thing you need to do is get an authorization token at Dropbox. A token can be generated in the [App Console](https://www.dropbox.com/developers/apps) for any Dropbox API app. You'll find more info at [the Dropbox Developer Blog](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/).

```
use League\Flysystem\Filesystem;
use Srmklive\Dropbox\Client\DropboxClient;
use Srmklive\Dropbox\Adapter\DropboxAdapter;

$client = new DropboxClient($authorizationToken);

$adapter = new DropboxAdapter($client);

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

Testing
=======

[](#testing)

```
$ composer test
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 98.7% 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 ~166 days

Recently: every ~294 days

Total

9

Last Release

1966d ago

PHP version history (2 changes)v1.0PHP &gt;=5.6.4

v1.0.1PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/b90a78f3669280743cfb52bd8cfab9b3dd413fcde9f2ceef58c6d12530cc15bb?d=identicon)[srmklive](/maintainers/srmklive)

---

Top Contributors

[![srmklive](https://avatars.githubusercontent.com/u/839335?v=4)](https://github.com/srmklive "srmklive (74 commits)")[![bepetersn](https://avatars.githubusercontent.com/u/1389463?v=4)](https://github.com/bepetersn "bepetersn (1 commits)")

---

Tags

apidropboxv2Dropbox-APIsrmklive

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/srmklive-flysystem-dropbox-v2/health.svg)

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

###  Alternatives

[spatie/dropbox-api

A minimal implementation of Dropbox API v2

3116.0M36](/packages/spatie-dropbox-api)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3633.0M18](/packages/kunalvarma05-dropbox-php-sdk)

PHPackages © 2026

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