PHPackages                             renatio/dropboxadapter-plugin - 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. renatio/dropboxadapter-plugin

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

renatio/dropboxadapter-plugin
=============================

Dropbox filesystem adapter plugin for October CMS.

v4.0.2(10mo ago)5551MITPHP

Since Jun 16Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/mplodowski/dropboxadapter-plugin)[ Packagist](https://packagist.org/packages/renatio/dropboxadapter-plugin)[ Docs](https://octobercms.com/plugin/renatio-dropboxadapter)[ RSS](/packages/renatio-dropboxadapter-plugin/feed)WikiDiscussions master Synced 2mo ago

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

Dropbox Adapter Plugin
======================

[](#dropbox-adapter-plugin)

Dropbox v2 API filesystem adapter plugin for OctoberCMS.

> **Important note:** Currently October does not support using Dropbox for `media` and `uploads` disks. This plugin solely purpose is to allow using Dropbox as storage option for [BackupManager plugin](https://octobercms.com/plugin/renatio-backupmanager).

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

[](#installation)

There are couple ways to install this plugin.

1. Use October [Marketplace](http://octobercms.com/help/site/marketplace) and **Add to project** button.
2. Use October backend area *Settings &gt; System &gt; Updates &amp; Plugins &gt; Install Plugins* and type **Renatio.DropboxAdapter**.
3. Use `php artisan plugin:install Renatio.DropboxAdapter` command.
4. Use `composer require renatio/dropboxadapter-plugin` in project root.

Configuration
-------------

[](#configuration)

The first thing you need to do is to 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/).

Add new filesystem disk in `disks` array in `config/filesystems.php`:

```
'dropbox' => [
    'driver' => 'dropbox',
    'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],

```

Set generated authorization token `DROPBOX_ACCESS_TOKEN` in your `.env` file.

Like this plugin?
-----------------

[](#like-this-plugin)

If you like this plugin, give this plugin a Like or Make donation with [PayPal](https://www.paypal.me/mplodowski).

My other plugins
----------------

[](#my-other-plugins)

Please check my other [plugins](https://octobercms.com/author/Renatio).

Support
-------

[](#support)

Please use [GitHub Issues Page](https://github.com/mplodowski/backupmanager-plugin-public/issues) to report any issues with plugin.

> Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance54

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~224 days

Recently: every ~280 days

Total

6

Last Release

307d ago

Major Versions

v3.0.3 → v4.0.12025-07-07

### Community

Maintainers

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

---

Top Contributors

[![mplodowski](https://avatars.githubusercontent.com/u/6774277?v=4)](https://github.com/mplodowski "mplodowski (12 commits)")[![LukeTowers](https://avatars.githubusercontent.com/u/7253840?v=4)](https://github.com/LukeTowers "LukeTowers (1 commits)")

---

Tags

octobercms-pluginphplaraveldropboxoctobercmsoctobercms-plugin

### Embed Badge

![Health badge](/badges/renatio-dropboxadapter-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/renatio-dropboxadapter-plugin/health.svg)](https://phpackages.com/packages/renatio-dropboxadapter-plugin)
```

###  Alternatives

[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)[sopamo/laravel-filepond

Laravel backend module for filepond uploads

215272.2k3](/packages/sopamo-laravel-filepond)[soarecostin/file-vault

192195.0k](/packages/soarecostin-file-vault)[benjamincrozat/laravel-dropbox-driver

Dropbox storage driver for Laravel.

55275.3k2](/packages/benjamincrozat-laravel-dropbox-driver)[renatio/dynamicpdf-plugin

October HTML to PDF converter using dompdf library.

3113.4k3](/packages/renatio-dynamicpdf-plugin)

PHPackages © 2026

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