PHPackages                             markenzoo/contao-file-helper-bundle - 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. markenzoo/contao-file-helper-bundle

ActiveContao-bundle[File &amp; Storage](/categories/file-storage)

markenzoo/contao-file-helper-bundle
===================================

File Helpers for Contao 4

2.1.0(3y ago)71.8k2[5 issues](https://github.com/markenzoo/contao-file-helper-bundle/issues)MITPHPPHP ^7.4 || ^8.0

Since Feb 28Pushed 3y ago3 watchersCompare

[ Source](https://github.com/markenzoo/contao-file-helper-bundle)[ Packagist](https://packagist.org/packages/markenzoo/contao-file-helper-bundle)[ Docs](https://github.com/markenzoo/contao-file-helper-bundle)[ RSS](/packages/markenzoo-contao-file-helper-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (14)Used By (0)

Contao File Helper Bundle
=========================

[](#contao-file-helper-bundle)

[![Version](https://camo.githubusercontent.com/4a35f70f974e7f1560a98bad5ae6f844d952163925062bbc31b19796e1cb7e9e/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726b656e7a6f6f2f636f6e74616f2d66696c652d68656c7065722d62756e646c652e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6174657374)](http://packagist.org/packages/markenzoo/contao-file-helper-bundle)[![Version](https://camo.githubusercontent.com/4be2fe2655809e27861af99113c4a1b9a7bebb9640e41abc828785dc2211bce1/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d61726b656e7a6f6f2f636f6e74616f2d66696c652d68656c7065722d62756e646c652e7376673f7374796c653d666f722d7468652d6261646765266c6162656c3d504850)](http://packagist.org/packages/markenzoo/contao-file-helper-bundle)[![GitHub issues](https://camo.githubusercontent.com/6e98893beb9a8650f534f28ef490cc47626c2403c6abc9b8df85b3a730d15b66/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d61726b656e7a6f6f2f636f6e74616f2d66696c652d68656c7065722d62756e646c653f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562)](https://github.com/markenzoo/contao-file-helper-bundle/issues)[![License](https://camo.githubusercontent.com/fbedc87c59d51f176e334351477177d810590df84425fbd42807acfcb55439ee/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d61726b656e7a6f6f2f636f6e74616f2d66696c652d68656c7065722d62756e646c653f7374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365)](http://packagist.org/packages/markenzoo/contao-file-helper-bundle)[![Downloads](https://camo.githubusercontent.com/b9764855d9d75a189653df8d38c2ebd563b9bc941e5fca1879451b97db522273/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726b656e7a6f6f2f636f6e74616f2d66696c652d68656c7065722d62756e646c653f7374796c653d666f722d7468652d6261646765266c6162656c3d446f776e6c6f616473)](http://packagist.org/packages/markenzoo/contao-file-helper-bundle)

This extension provides useful file helpers for Contao CMS.

 [ ![markenzoo/contao-file-helper-bundle auf Github](https://raw.githubusercontent.com/markenzoo/contao-file-helper-bundle/master/assets/contao-file-helper-icon.png) ](https://github.com/markenzoo/contao-file-helper-bundle/)

Features
--------

[](#features)

- See where file are being included
- Edit related modules/elements with one click
- Manage your files in the contao backend
- View file meta information

Requirements
------------

[](#requirements)

- PHP ^7.2 || ^8.0
- Contao ^4.9

Install
-------

[](#install)

### Managed edition

[](#managed-edition)

When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.

```
# Using the contao manager
$ php contao-manager.phar.php composer require markenzoo/contao-file-helper-bundle

# Using composer directly
$ php composer.phar require markenzoo/contao-file-helper-bundle

# Using global composer installation
$ composer require markenzoo/contao-file-helper-bundle
```

### Symfony application

[](#symfony-application)

If you use Contao in a symfony application without contao/manager-bundle, you have to register the bundle manually:

```
class AppKernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Markenzoo\ContaoFileHelperBundle\ContaoFileHelperBundle()
        ];
    }
}
```

Note to self
------------

[](#note-to-self)

Run the PHP-CS-Fixer and the unit test before you release your bundle:

```
composer run-script fix -v
composer run-script lint
composer run-script test
```

### github.com ci

[](#githubcom-ci)

```
vendor/bin/ecs check src tests --config ecs.php --no-progress-bar
vendor/bin/phpstan analyse --no-progress
vendor/bin/phpunit --colors=always
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance6

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 77.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 ~84 days

Recently: every ~183 days

Total

13

Last Release

1262d ago

Major Versions

1.2.0 → 2.0.02021-05-25

PHP version history (3 changes)1.0.0PHP ^7.1

2.0.0PHP ^7.2

2.1.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3650b3aaa94f118b9b60846f3493514164514ec682c76e0474a416014a0d9fc?d=identicon)[felix-kaestner](/maintainers/felix-kaestner)

---

Top Contributors

[![felix-kaestner](https://avatars.githubusercontent.com/u/23213965?v=4)](https://github.com/felix-kaestner "felix-kaestner (41 commits)")[![MDevster](https://avatars.githubusercontent.com/u/10244240?v=4)](https://github.com/MDevster "MDevster (11 commits)")[![fritzmg](https://avatars.githubusercontent.com/u/4970961?v=4)](https://github.com/fritzmg "fritzmg (1 commits)")

---

Tags

contao-cmsfilesystemhelperbundlefilescontao

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/markenzoo-contao-file-helper-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/markenzoo-contao-file-helper-bundle/health.svg)](https://phpackages.com/packages/markenzoo-contao-file-helper-bundle)
```

###  Alternatives

[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[terminal42/contao-fineuploader

FineUploader bundle for Contao Open Source CMS

2052.9k4](/packages/terminal42-contao-fineuploader)[do-while/contao-backupdb-bundle

Backup of the Contao database, automatic backup, creation of website templates for the Install Tool

10107.0k1](/packages/do-while-contao-backupdb-bundle)[ranky/media-bundle

A complete and friendly media file manager for Symfony

681.3k](/packages/ranky-media-bundle)

PHPackages © 2026

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