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

ActiveTypo3-cms-extension

stefanfroemken/dropbox
======================

Add a FAL driver for Dropbox to TYPO3

6.1.0(11mo ago)242.1k↓50%10GPL-2.0-or-laterPHP

Since Jun 15Pushed 6mo ago5 watchersCompare

[ Source](https://github.com/froemken/dropbox)[ Packagist](https://packagist.org/packages/stefanfroemken/dropbox)[ Docs](https://www.typo3lexikon.de)[ RSS](/packages/stefanfroemken-dropbox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (21)Used By (0)

TYPO3 Extension `dropbox`
=========================

[](#typo3-extension-dropbox)

[![Build Status](https://github.com/froemken/dropbox/workflows/CI/badge.svg)](https://github.com/froemken/dropbox/workflows/CI/badge.svg)

1 What does it do?
------------------

[](#1-what-does-it-do)

`dropbox` is an Extension for TYPO3 &gt;= 11.5.30. It extends TYPO3's FAL (File Abstraction Layer) to show files from your Dropbox Account in filelist module of TYPO3.

2 Installation
--------------

[](#2-installation)

### Installation using Composer

[](#installation-using-composer)

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

```
composer require stefanfroemken/dropbox

```

### Installation as extension from TER

[](#installation-as-extension-from-ter)

Download and install `dropbox` with the extension manager.

Create Dropbox App
------------------

[](#create-dropbox-app)

To give TYPO3 access to your Dropbox files, you need a Dropbox app. As long as this app is under development, up to 5 devices can connect to this app:

1. GoTo:
2. Choose "App console" on the upper right
3. Click the blue button "Create app"
4. Choose the "Scoped Access"
5. Decide, if you want your app to work within its own folder or, if you want to have full access to all of your files
6. Give it a name
7. Save app with "Create App"
8. Open your newly created app
9. On tab "settings" you will find app key
10. Open new tab and start configuring TYPO3

Configure TYPO3
---------------

[](#configure-typo3)

1. Create a new file storage record on pid 0 and give it a name like "Dropbox"
2. On Tab "Configuration" choose "Dropbox" (FlexForm reloads)
3. Click the + icon right of the access token field to start the wizard
4. Enter app key from your new Dropbox app
5. Click the link to retrieve a Dropbox auth code
    1. It will open a new browser tab, where you have to allow TYPO3 to access your app
    2. After confirmation, you will see the auth code
    3. Copy auth code over to dropbox configuration wizard
6. Click next button in wizard
7. In background my extension calls dropbox API to get access token
8. On success the access token will automatically in configuration record
9. Save the configuration record
10. On success, you will see a green panel with some useful information about your free disk space of your Dropbox account

Have fun using your dropbox files in TYPO3.

**Features:**

- you can create and delete folders
- you can navigate through the folders
- move files
- copy files
- create references to tt\_content records
- show image in PopUp
- rename file
- creation of thumbs works
- copy files to upload folder

**Not implemented**

- Renaming folders (will throw exception)

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance61

Regular maintenance activity

Popularity31

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% 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 ~172 days

Recently: every ~142 days

Total

20

Last Release

346d ago

Major Versions

1.0.0 → 2.0.02017-04-15

2.0.0 → 3.0.02019-03-12

3.0.2 → 4.0.02020-05-16

4.3.0 → 5.0.02023-11-06

5.0.2 → 6.0.02025-04-06

PHP version history (3 changes)1.0.0PHP &gt;=5.3.7 &lt;6.0

2.0.0PHP &gt;=5.5.0 &lt;8.0

4.1.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/05dced6126901d1575247395215456bd04a4db8186a80a53e02bb142b9888331?d=identicon)[froemken](/maintainers/froemken)

---

Top Contributors

[![froemken](https://avatars.githubusercontent.com/u/2532472?v=4)](https://github.com/froemken "froemken (203 commits)")[![Bunnyfield](https://avatars.githubusercontent.com/u/3198454?v=4)](https://github.com/Bunnyfield "Bunnyfield (4 commits)")[![mhuber84](https://avatars.githubusercontent.com/u/957178?v=4)](https://github.com/mhuber84 "mhuber84 (1 commits)")

---

Tags

driverTYPO3 CMStypo3dropboxfal

### Embed Badge

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

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

###  Alternatives

[apache-solr-for-typo3/solr

Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.

1473.0M32](/packages/apache-solr-for-typo3-solr)[beechit/fal-securedownload

Secure download of assets. Makes it possible to secure FE use of assets/files by setting permissions to folders/files for fe\_groups.

37569.0k3](/packages/beechit-fal-securedownload)[causal/image_autoresize

Simplify the way your editors may upload their images: no complex local procedure needed, let TYPO3 automatically resize down their huge images/pictures on-the-fly during upload (or using a command for batch processing) and according to your own business rules (directory/groups). This will highly reduce the footprint on your server and speed-up response time if lots of images are rendered (e.g., in a gallery). Features an EXIF/IPTC extractor to ensure metadata may be used by the FAL indexer even if not preserved upon resizing.

19455.6k](/packages/causal-image-autoresize)[causal/extractor

This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.

16244.5k](/packages/causal-extractor)[jweiland/events2

Events 2 - Create single and recurring events

2062.4k2](/packages/jweiland-events2)[causal/fal-protect

Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).

1269.5k](/packages/causal-fal-protect)

PHPackages © 2026

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