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.

5.0.2(11mo ago)25.9k↓25%6[2 issues](https://github.com/Kephson/reint_downloadmanager/issues)GPL-2.0-or-laterPHPPHP ^8.2 || ^8.3 || ^8.4

Since Aug 10Pushed 11mo 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 master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (39)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.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity93

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

Recently: every ~36 days

Total

33

Last Release

335d ago

Major Versions

1.8.0 → 2.0.02019-05-06

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

PHP version history (6 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

### 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

[ichhabrecht/core-upgrader

Run upgrade wizards for multiple TYPO3 versions at once

2732.0k](/packages/ichhabrecht-core-upgrader)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)

PHPackages © 2026

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