PHPackages                             renolit/reint-downloadmanager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. renolit/reint-downloadmanager

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

renolit/reint-downloadmanager
=============================

A simple download manager with different views of file collections as downloadable lists.

6.0.0(1mo ago)26.5k↑173.3%6[1 issues](https://github.com/Kephson/reint_downloadmanager/issues)GPL-2.0-or-laterPHPPHP ^8.2

Since Aug 10Pushed 3w ago1 watchersCompare

[ Source](https://github.com/Kephson/reint_downloadmanager)[ Packagist](https://packagist.org/packages/renolit/reint-downloadmanager)[ Docs](https://github.com/Kephson/reint_downloadmanager)[ RSS](/packages/renolit-reint-downloadmanager/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (12)Versions (41)Used By (0)Security (1)

TYPO3 Extension `reint_downloadmanager`
=======================================

[](#typo3-extension-reint_downloadmanager)

[![Latest Stable Version](https://camo.githubusercontent.com/426a675fde99a3fa7f848977589703e3397cbf82eddf3a15d659964f714c5c19/68747470733a2f2f706f7365722e707567782e6f72672f72656e6f6c69742f7265696e742d646f776e6c6f61646d616e616765722f76)](//packagist.org/packages/renolit/reint-downloadmanager)[![Total Downloads](https://camo.githubusercontent.com/aab07ac9c45409e1502ea9a3b65335e80bf48c7589ba68c9ed228d7c502999ab/68747470733a2f2f706f7365722e707567782e6f72672f72656e6f6c69742f7265696e742d646f776e6c6f61646d616e616765722f646f776e6c6f616473)](//packagist.org/packages/renolit/reint-downloadmanager)[![Latest Unstable Version](https://camo.githubusercontent.com/f7ffbbbe1405ac351395096a93305b88eb2dc74a0c87f7b7ceeee9bf9152a2ce/68747470733a2f2f706f7365722e707567782e6f72672f72656e6f6c69742f7265696e742d646f776e6c6f61646d616e616765722f762f756e737461626c65)](//packagist.org/packages/renolit/reint-downloadmanager)[![License](https://camo.githubusercontent.com/1d68a2ca963c145b6e7fa4853206c541dfbe59324246d2e415952bf1b9070b01/68747470733a2f2f706f7365722e707567782e6f72672f72656e6f6c69742f7265696e742d646f776e6c6f61646d616e616765722f6c6963656e7365)](//packagist.org/packages/renolit/reint-downloadmanager)[![.gitattributes](https://camo.githubusercontent.com/fbd7474a668ac1772e473fb88514d78e411d56d86b18529c1c48c3ff968b7889/68747470733a2f2f706f7365722e707567782e6f72672f72656e6f6c69742f7265696e742d646f776e6c6f61646d616e616765722f67697461747472696275746573)](//packagist.org/packages/renolit/reint-downloadmanager)

> A simple download manager with different views of file collections as downloadable lists.

1 Features
----------

[](#1-features)

- Show a list of downloads, count number of downloads for each file
- Show top downloads as list
- Add a searchable file list
- [Full documentation in TYPO3 TER](https://docs.typo3.org/p/renolit/reint-downloadmanager/master/en-us/)

2 Usage
-------

[](#2-usage)

### 2.1 Installation

[](#21-installation)

More information on [introduction](Documentation/Introduction/Index.rst) and [usage](Documentation/User/Index.rst) can be found in the documentation folder.

#### Installation using Composer

[](#installation-using-composer)

The recommended way to install the extension is using [Composer](https://getcomposer.org/).

Run the following command within your Composer based TYPO3 project:

```
composer require renolit/reint-downloadmanager

```

#### Installation as extension from TYPO3 Extension Repository (TER) - not recommended

[](#installation-as-extension-from-typo3-extension-repository-ter---not-recommended)

Download and install the [extension](https://extensions.typo3.org/extension/reint_downloadmanager/) with the extension manager module.

### 2.2 Minimal setup

[](#22-minimal-setup)

Just install the extension, include the TypoScript constants and setup and you are done.

3 Report issues
---------------

[](#3-report-issues)

Please report issue directly in the [issue tracker in the Github repository](https://github.com/Kephson/reint_downloadmanager).

4 Administration corner
-----------------------

[](#4-administration-corner)

### 4.1 Settings in extension configuration

[](#41-settings-in-extension-configuration)

- **disableDefaultPageTs** - You can disable the automatic including of the default pageTS for the extension.
- **disableDefaultPlugin** - You can enable the default plugin, but this is deprecated since TYPO3 11.5.

### 4.2 Changelog

[](#42-changelog)

Please look into the [official extension documentation in changelog chapter](https://docs.typo3.org/p/renolit/reint-downloadmanager/master/en-us/ChangeLog/Index.html).

### 4.3 Release Management

[](#43-release-management)

Paste reference uses [**semantic versioning**](https://semver.org/), which means, that

- **bugfix updates** (e.g. 1.0.0 =&gt; 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
- **minor updates** (e.g. 1.0.0 =&gt; 1.1.0) includes new features and smaller tasks without breaking changes,
- and **major updates** (e.g. 1.0.0 =&gt; 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

### 4.4 Contribution

[](#44-contribution)

**Pull Requests** are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the **PR** is going to solve.

Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue. We're going to accept only bugfixes if we can reproduce the issue.

Features: Not every feature is relevant for the bulk of `paste_reference` users. In addition: We don't want to make `paste_reference`even more complicated in usability for an edge case feature. It helps to have a discussion about a new feature before you open a pull request.

5 Help
------

[](#5-help)

### 5.1 Known issues

[](#51-known-issues)

#### Downloads on Apache server with iOS browsers

[](#downloads-on-apache-server-with-ios-browsers)

Since Apache server version 2.4.59 and later the Content-Length header will be removed by default.

On iOS devices this could cause problems with downloads. If so you can allow it again with the option `ap_trust_cgilike_cl`, [documented in the official Apache documentation](https://docs.typo3.org/p/renolit/reint-downloadmanager/master/en-us/ChangeLog/Index.html).

You can find a [blog entry about this here](https://cweiske.de/tagebuch/content-length-header-missing.htm).

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance84

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90.4% 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 ~98 days

Recently: every ~103 days

Total

34

Last Release

42d ago

Major Versions

2.0.4 → 3.0.12020-01-22

3.2.6 → 4.0.02023-11-11

4.0.1 → 5.0.02025-01-16

4.0.3 → 5.0.22025-06-12

5.0.2 → 6.0.02026-07-07

PHP version history (7 changes)3.0.1PHP ^7.0

3.0.6PHP &gt;=7.2.0

3.1.0PHP ^7.2 || ^8.0

3.2.0PHP ^7.4 || ^8.0

4.0.0PHP ^8.1 || ^8.2

5.0.0PHP ^8.2 || ^8.3 || ^8.4

6.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2724872?v=4)[Ephraim Härer](/maintainers/Kephson)[@Kephson](https://github.com/Kephson)

---

Top Contributors

[![Kephson](https://avatars.githubusercontent.com/u/2724872?v=4)](https://github.com/Kephson "Kephson (75 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![boindil](https://avatars.githubusercontent.com/u/4290644?v=4)](https://github.com/boindil "boindil (1 commits)")[![neufeind](https://avatars.githubusercontent.com/u/910025?v=4)](https://github.com/neufeind "neufeind (1 commits)")[![tfeuerst](https://avatars.githubusercontent.com/u/5744800?v=4)](https://github.com/tfeuerst "tfeuerst (1 commits)")

---

Tags

extensionhacktoberfestmanagerextensiondownloadTYPO3 CMS

### Embed Badge

![Health badge](/badges/renolit-reint-downloadmanager/health.svg)

```
[![Health](https://phpackages.com/badges/renolit-reint-downloadmanager/health.svg)](https://phpackages.com/packages/renolit-reint-downloadmanager)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k69](/packages/friendsoftypo3-content-blocks)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

571.8M9](/packages/yoast-seo-for-typo3-yoast-seo)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

15100.9k](/packages/eliashaeussler-typo3-form-consent)[pagemachine/typo3-formlog

Form log for TYPO3

23243.0k8](/packages/pagemachine-typo3-formlog)[web-vision/wv_deepltranslate

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

34311.2k](/packages/web-vision-wv-deepltranslate)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

6010.0k3](/packages/friendsoftypo3-visual-editor)

PHPackages © 2026

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