PHPackages                             websolute/magento-m2if-wrapper - 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. websolute/magento-m2if-wrapper

ActiveMagento2-module

websolute/magento-m2if-wrapper
==============================

This is a wrapper to call m2if commands programmatically

1.0.0(5y ago)00MITPHP

Since Mar 29Pushed 5y ago4 watchersCompare

[ Source](https://github.com/websolutespa/magento-m2if-wrapper)[ Packagist](https://packagist.org/packages/websolute/magento-m2if-wrapper)[ RSS](/packages/websolute-magento-m2if-wrapper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Magento 2 Module: CronSemaphore
===============================

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

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

[](#installation)

Install the composer patch system:

```
composer require cweagans/composer-patches:^1.6

```

Then into your compose.json file the following extra data:

```
"extra": {
  "patches": {
    "websolute/m2if-wrapper": {
      "m2ifWrapper.patch ": "m2ifSetTokens.patch"
    }
  }
}

```

How to use
----------

[](#how-to-use)

Just inject the following manager:

```
\Websolute\M2ifWrapper\Model\Wrapper $wrapper

```

Then use the `execute(array $parameters, OutputInterface $output)` method to run m2if programmatically:

```
// \Symfony\Component\Console\Output\Output $outputLogger
$parameters = [
    '--source-dir=var/importexport',
    '--parameterX'
];

$exitCode = $this->wrapper->execute($parameters, $outputLogger);

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1867d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f523fdfdc8d45b67ce2f06e26e9d8fad7e130e1fc0e8de493f75ed9989b3487?d=identicon)[websolutespa](/maintainers/websolutespa)

---

Top Contributors

[![daniloargentiero](https://avatars.githubusercontent.com/u/3659574?v=4)](https://github.com/daniloargentiero "daniloargentiero (1 commits)")

### Embed Badge

![Health badge](/badges/websolute-magento-m2if-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/websolute-magento-m2if-wrapper/health.svg)](https://phpackages.com/packages/websolute-magento-m2if-wrapper)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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