PHPackages                             faonni/module-shipping-multi-flat - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. faonni/module-shipping-multi-flat

ActiveMagento2-module[HTTP &amp; Networking](/categories/http)

faonni/module-shipping-multi-flat
=================================

MultiFlatShipping extension will create 5 flat rate shipping methods with different prices and conditions.

2.1.3(8y ago)78424OSL-3.0PHP

Since Oct 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/karliuka/m2.MultiFlatShipping)[ Packagist](https://packagist.org/packages/faonni/module-shipping-multi-flat)[ RSS](/packages/faonni-module-shipping-multi-flat/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

Magento2 MultiFlatShipping
==========================

[](#magento2-multiflatshipping)

[![Total Downloads](https://camo.githubusercontent.com/456e7702ce44060878dfe1b70daf2281c104e4f77f4901d4ac3ff8671fe21a82/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d7368697070696e672d6d756c74692d666c61742f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-shipping-multi-flat)[![Latest Stable Version](https://camo.githubusercontent.com/c248ec2619d4bc79050d4b3f2190cff58bce988c07908d60366bd169bd18aaa5/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d7368697070696e672d6d756c74692d666c61742f762f737461626c65)](https://packagist.org/packages/faonni/module-shipping-multi-flat)

MultiFlatShipping extension will create 5 flat rate shipping methods with different prices and conditions.

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

The corresponding version of the MultiFlatShipping will be installed automatically.

1. Go to Magento2 root folder
2. Enter following commands to install module:

    ```
    composer require faonni/module-shipping-multi-flat
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/MultiFlatShipping
2. Download the corresponding [latest version](https://github.com/karliuka/m2.MultiFlatShipping/releases)
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/MultiFlatShipping)

### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

### Configuration

[](#configuration)

In the Magento Admin Panel go to *Stores &gt; Configuration &gt; Sales &gt; Shipping Methods*.

[![Magento2 MultiFlatShipping](https://camo.githubusercontent.com/4d34f67f942a4ea8774d917778fa2f691d1e410bf3a7843b49bafb5370a06500/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f6d756c7469666c61747368697070696e672f666c6174726174652e706e67)](https://camo.githubusercontent.com/4d34f67f942a4ea8774d917778fa2f691d1e410bf3a7843b49bafb5370a06500/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f6d756c7469666c61747368697070696e672f666c6174726174652e706e67)

Uninstall
---------

[](#uninstall)

This works only with modules defined as Composer packages.

#### Remove database data

[](#remove-database-data)

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_MultiFlatShipping
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-shipping-multi-flat
    ```

### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~290 days

Recently: every ~362 days

Total

6

Last Release

1740d ago

PHP version history (3 changes)2.0.3PHP ~5.5.0|~5.6.0|~7.0.0

2.1.0PHP ~5.6.0|~7.0.0

2.1.2PHP ~5.6.0|~7.0.0|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (21 commits)")[![faonni](https://avatars.githubusercontent.com/u/16167146?v=4)](https://github.com/faonni "faonni (3 commits)")

---

Tags

magento2magento2-extensionmagento2-shippingshipping

### Embed Badge

![Health badge](/badges/faonni-module-shipping-multi-flat/health.svg)

```
[![Health](https://phpackages.com/badges/faonni-module-shipping-multi-flat/health.svg)](https://phpackages.com/packages/faonni-module-shipping-multi-flat)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)

PHPackages © 2026

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