PHPackages                             maller86/module-distribution - 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. maller86/module-distribution

ActiveMagento2-module[File &amp; Storage](/categories/file-storage)

maller86/module-distribution
============================

Your distribution manager for Magento 2.

011PHP

Since Apr 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/maller86/module-distribution)[ Packagist](https://packagist.org/packages/maller86/module-distribution)[ RSS](/packages/maller86-module-distribution/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Magento 2 - Distribution Module
===============================

[](#magento-2----distribution-module)

With this module you will be able to manage your distribution destinations.

All distribution adapters are build on top of the adapters of [thephpleague/flysystem](https://github.com/thephpleague/flysystem). With that power any developer could write his own distribution adapters with a little bit of customization code on top of any adapter for Flysystem.

So you will be able to use the distributions to copy, delete, move or rename files on remote destination if the adapter supports that operations.

Build-In Adapters
-----------------

[](#build-in-adapters)

- Aws S3
- Cloudinary
- Dropbox
- FTP
- Google Cloud Storage
- Google Drive
- Local
- OneDrive
- Selectel
- SFTP

Available Languages
-------------------

[](#available-languages)

- English (US)
- German

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

[](#requirements)

- Magento 2.3.0
- FjodorMaller\_Base 1.0.0

Installation
------------

[](#installation)

### Manual

[](#manual)

1. Unpack the ZIP archive file to the `app/code/FjodorMaller/` directory of your magento instance.
2. Run command `php bin/magento module:enable FjodorMaller_Distribution` to enable the module.
3. Run command `php bin/magento setup:upgrade` to upgrade the database.
4. Run command `php bin/magento setup:di:compile` to generate classes on your instance.

### Composer

[](#composer)

1. Run command `require maller86/module-distribution` to add requirement to your composer.json file.
2. Run command `php bin/magento setup:upgrade` to upgrade the database.
3. Run command `php bin/magento setup:di:compile` to generate classes on your instance.

Configuration
-------------

[](#configuration)

Go to **Stores &gt; Configuration &gt; Fjodor Maller Modules &gt; Distributions**

[![ScreenShot](./Screenshots/configuration.png)](./Screenshots/configuration.png)

Managing Distributions
----------------------

[](#managing-distributions)

Go To **System &gt; Fjodor Maller Modules &gt; Distributions**

[![ScreenShot](./Screenshots/manage_grid.png)](./Screenshots/manage_grid.png)

### Creating New Distribution

[](#creating-new-distribution)

[![Screenshot](./Screenshots/manage-new.png)](./Screenshots/manage-new.png)

Usage
-----

[](#usage)

This module can be used by end users for managing the distributions only. Further processing should be done by a Magento 2 developer.

To use a distribution you should use Dependency Injection to inject the interface `FjodorMaller\Distribution\Api\DistributionServiceInterface` to your model. Within this interface you have the method `getFilesystemByDistributionId($distributionId)` with the distribution id as the only parameter.

When the given distribution id was found, it will return an instance implementing `League\Flysystem\FilesystemInterface` that is ready to use with the mentioned operations above.

License
-------

[](#license)

MIT License

Copyright (c) 2019 Fjodor Maller

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

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

---

Top Contributors

[![fio86](https://avatars.githubusercontent.com/u/1447427?v=4)](https://github.com/fio86 "fio86 (7 commits)")

---

Tags

distributionflysystemmagento2magento2-extensionmagento2-extension-freemagento2-modulemagento2-module-freemodule

### Embed Badge

![Health badge](/badges/maller86-module-distribution/health.svg)

```
[![Health](https://phpackages.com/badges/maller86-module-distribution/health.svg)](https://phpackages.com/packages/maller86-module-distribution)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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