PHPackages                             mwltr/ext-magento2-mwltr-filesystem-filedriver - 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. mwltr/ext-magento2-mwltr-filesystem-filedriver

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mwltr/ext-magento2-mwltr-filesystem-filedriver
==============================================

Dummy Module

1.2.3(7y ago)137.0k2GPL-3.0PHPPHP ~7.0.0|~7.1.0|~7.2.0

Since May 1Pushed 7y ago2 watchersCompare

[ Source](https://github.com/mwr/ext-magento2-mwltr-filesystem-filedriver)[ Packagist](https://packagist.org/packages/mwltr/ext-magento2-mwltr-filesystem-filedriver)[ RSS](/packages/mwltr-ext-magento2-mwltr-filesystem-filedriver/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Mwltr\_FilesystemFileDriver Magento2 module
===========================================

[](#mwltr_filesystemfiledriver-magento2-module)

This module replaces the class `\Magento\Framework\Filesystem\Driver\File` to provide a correct implementation for the getRelativePath method.

Prerequisites
-------------

[](#prerequisites)

You only need this module if you plan on having magento module sources outside of the Magento root.

Implementation
--------------

[](#implementation)

The overwrite can be found in `\Mwltr\FilesystemFileDriver\Filesystem\FileDriver`.

The actual implementation of the relative path caclulation can be found in `\Mwltr\FilesystemFileDriver\Helper\RelativePathHelper`.

To exchange the `\Magento\Framework\Filesystem\Driver\File` an di.xml defintion won't work, since the DriverPool is defined in `\Magento\Framework\App\Bootstrap::createFilesystemDriverPool`.

There is a way to add additional parameters to the DriverPool, by setting an array field with key `Magento\Framework\App\Bootstrap::INIT_PARAM_FILESYSTEM_DRIVERS` in the `$_SERVER`.

This module does that in the registration.php, since the registration.php is included during the whole composer autoload inclusion.

```
$_SERVER[\Magento\Framework\App\Bootstrap::INIT_PARAM_FILESYSTEM_DRIVERS] = [
    'file' => \Mwltr\FilesystemFileDriver\Filesystem\FileDriver::class,
];
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~46 days

Recently: every ~55 days

Total

7

Last Release

2703d ago

PHP version history (3 changes)1.0.0PHP ~7.1.0

1.1.0PHP ~7.0.0

1.2.1PHP ~7.0.0|~7.1.0|~7.2.0

### Community

Maintainers

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

---

Top Contributors

[![mwr](https://avatars.githubusercontent.com/u/80516?v=4)](https://github.com/mwr "mwr (16 commits)")[![Schrank](https://avatars.githubusercontent.com/u/379680?v=4)](https://github.com/Schrank "Schrank (1 commits)")

### Embed Badge

![Health badge](/badges/mwltr-ext-magento2-mwltr-filesystem-filedriver/health.svg)

```
[![Health](https://phpackages.com/badges/mwltr-ext-magento2-mwltr-filesystem-filedriver/health.svg)](https://phpackages.com/packages/mwltr-ext-magento2-mwltr-filesystem-filedriver)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2842.6M](/packages/elgentos-regenerate-catalog-urls)[nosto/module-nostotagging

Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.

27703.7k4](/packages/nosto-module-nostotagging)[tig/postnl-magento2

TIG Magento 2 PostNL extension

59570.5k5](/packages/tig-postnl-magento2)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k22](/packages/loki-magento2-components)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

273.9k](/packages/magepal-magento2-form-field-manager)

PHPackages © 2026

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