PHPackages                             laugharn/dbfs - 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. laugharn/dbfs

ActiveLibrary

laugharn/dbfs
=============

Extends illuminate/filesystem to support Dropbox.

1.1(9y ago)02PHPPHP &gt;=5.5.9

Since May 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/laugharn/dbfs)[ Packagist](https://packagist.org/packages/laugharn/dbfs)[ RSS](/packages/laugharn-dbfs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Dropbox Filesystem
------------------

[](#dropbox-filesystem)

Extends illuminate/filesystem to support Dropbox. Dropbox was not built to be a CDN, the I/O is slow af, but whatever, go for it, why not?

### Installation

[](#installation)

Require it with Composer:

```
    composer require laugharn/dbfs
```

Add the Service Provider to the `config/app.php` providers array:

```
    Laugharn\DropboxFilesystem\DropboxFilesystemServiceProvider::class
```

### Configuration

[](#configuration)

Before you do any configuration, you need to create an application at developers.dropbox.com. Here you can get your oAuth access token and app name.

After that, add Dropbox to the `config/filesystems.php` disks array:

```
    'dropbox' => [
        'driver' => 'dropbox',
        'access_token' => 'your-access-token',
        'app_name' => 'your-app-name'
    ],
```

Set `dropbox` as your filesystem driver and you should be good to go.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~11 days

Total

2

Last Release

3622d ago

### Community

Maintainers

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

---

Top Contributors

[![laugharn](https://avatars.githubusercontent.com/u/1186188?v=4)](https://github.com/laugharn "laugharn (1 commits)")

### Embed Badge

![Health badge](/badges/laugharn-dbfs/health.svg)

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

###  Alternatives

[learninglocker/learninglocker

The open source learning record store.

5823.0k](/packages/learninglocker-learninglocker)[thedmsgroup/mautic-contact-client-bundle

Create custom integrations without writing code.

994.0k](/packages/thedmsgroup-mautic-contact-client-bundle)

PHPackages © 2026

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