PHPackages                             polevaultweb/dropbox-filesystem - 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. polevaultweb/dropbox-filesystem

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

polevaultweb/dropbox-filesystem
===============================

Dropbox extension of the Codeception Filesystem module.

1.4(5y ago)020MITPHPPHP &gt;=5.4.0

Since Jan 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/polevaultweb/dropbox-filesystem)[ Packagist](https://packagist.org/packages/polevaultweb/dropbox-filesystem)[ Docs](http://github.com/polevaultweb/dropbox-filesystem)[ RSS](/packages/polevaultweb-dropbox-filesystem/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

dropbox-filesystem
==================

[](#dropbox-filesystem)

A Dropbox Filesystem module for Codeception.

Installation
------------

[](#installation)

To install simply require the package in the `composer.json` file like

```
composer require --dev polevaultweb/dropbox-filesystem

```

### DropboxFilesystem configuration

[](#dropboxfilesystem-configuration)

DropboxFilesystem extends `Filesystem` module hence any parameter required and available to that module is required and available in `DropboxFilesystem` as well.

In the suite `.yml` configuration file add the module among the loaded ones with the `authorizationToken`.

The first thing you need to do is get an authorization token at Dropbox. Unlike [other companies](https://google.com) Dropbox has made this very easy. You can just generate a token 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/).

```
  modules:
      enabled:
          - DropboxFilesystem
      config:
          DropboxFilesystem:
              authorizationToken: xxxxxxxxxxxx
```

### Supports

[](#supports)

- doesDropboxFileExist
- deleteDropboxFile

And assertions

- seeDropboxFile

### Usage

[](#usage)

```
$I = new AcceptanceTester( $scenario );

$I->seeDropboxFile( 'path/to/file.jpg' );
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~45 days

Total

5

Last Release

2116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a5332cfc97e7f7a221cddd5feb87a861346acd7670b895b65f59e78b26490c9?d=identicon)[polevaultweb](/maintainers/polevaultweb)

---

Top Contributors

[![polevaultweb](https://avatars.githubusercontent.com/u/1770201?v=4)](https://github.com/polevaultweb "polevaultweb (6 commits)")

---

Tags

filesystemcodeceptiondropbox

### Embed Badge

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

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

###  Alternatives

[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[spatie/flysystem-dropbox

Flysystem Adapter for the Dropbox v2 API

3644.6M68](/packages/spatie-flysystem-dropbox)[codeception/module-filesystem

Codeception module for testing local filesystem

1916.7M331](/packages/codeception-module-filesystem)[wsw/simple-upload

Simple upload system

825.1k](/packages/wsw-simple-upload)

PHPackages © 2026

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