magmodules / magento2-reloadify
magmodules/magento2-reloadify
Reloadify extension for Magento 2
Magento® 2 Reloadify Integration
The Reloadify extension makes it effortless to connect your Magento® 2 store with the Reloadify platform.
Installation
Before you start up the installation process, we recommend that you make a backup of your webshop files, as well as the database.
There are 2 different methods to install the Magento® 2 extension.
- Install by using Composer
- Install by using the Magento® Marketplace
1) Installation using Composer
1 . Connect to your server running Magento® 2 using SSH.
2 . Locate your Magento® 2 project root.
3 . Install the Magento® 2 extension through composer and wait till it's completed:
composer require magmodules/magento2-reloadify
4. After that run the Magento® upgrade and clean cache:
php bin/magento setup:upgrade
php bin/magento cache:flush
5 . If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
6 . After the installation: Go to your Magento® admin portal and open: Stores > Configuration > Reloadify > General to start setting up your connection.
2) Installation using the Magento® Marketplace
The module will be available on the Magento® Marketplace later this month.
Compatibility
The module has a minimum requirement of Magento 2.3 and is tested on Magento version 2.3.x & 2.4.x.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.17.0 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2026-06-08 10:12:26 |
| 1.16.0 | stable | Not tested | Not yet tested Details | 2026-03-23 13:03:18 |
| 1.15.0 | stable | Not tested | Not yet tested Details | 2025-09-26 07:45:45 |
| 1.14.0 | stable | Not tested | Not yet tested Details | 2025-02-12 11:00:27 |
| 1.13.0 | stable | Not tested | Not yet tested Details | 2025-01-10 11:58:24 |
| 1.12.0 | stable | Not tested | Not yet tested Details | 2024-12-05 10:30:14 |
| 1.11.0 | stable | Not tested | Not yet tested Details | 2024-10-21 13:19:08 |
| 1.10.2 | stable | Not tested | Not yet tested Details | 2024-08-21 18:47:26 |
| 1.10.1 | stable | Not tested | Not yet tested Details | 2024-07-31 13:32:52 |
| 1.10.0 | stable | Not tested | Not yet tested Details | 2024-05-22 07:19:07 |
| 1.9.0 | stable | Not tested | Not yet tested Details | 2024-02-27 11:30:21 |
| 1.8.0 | stable | Not tested | Not yet tested Details | 2024-01-15 15:57:35 |
| 1.7.1 | stable | Not tested | Not yet tested Details | 2023-11-06 12:20:15 |
| 1.7.0 | stable | Not tested | Not yet tested Details | 2023-07-21 13:10:07 |
| 1.6.0 | stable | Not tested | Not yet tested Details | 2023-07-06 10:24:47 |
| 1.5.8 | stable | Not tested | Not yet tested Details | 2023-05-17 14:07:01 |
| 1.5.7 | stable | Not tested | Not yet tested Details | 2023-03-22 17:11:07 |
| 1.5.6 | stable | Not tested | Not yet tested Details | 2023-01-25 18:53:53 |
| 1.5.5 | stable | Not tested | Not yet tested Details | 2023-01-16 15:16:18 |
| 1.5.4 | stable | Not tested | Not yet tested Details | 2022-12-07 10:04:59 |
| 1.5.3 | stable | Not tested | Not yet tested Details | 2022-10-31 09:53:13 |
| 1.5.2 | stable | Not tested | Not yet tested Details | 2022-09-12 09:48:10 |
| 1.5.1 | stable | Not tested | Not yet tested Details | 2022-08-30 07:48:03 |
| 1.5.0 | stable | Not tested | Not yet tested Details | 2022-04-28 17:52:09 |
| 1.4.0 | stable | Not tested | Not yet tested Details | 2022-04-05 13:57:27 |
| 1.3.1 | stable | Not tested | Not yet tested Details | 2022-03-07 11:00:38 |
| 1.3.0 | stable | Not tested | Not yet tested Details | 2022-02-11 09:22:30 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2021-12-27 10:32:25 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2021-12-21 07:40:26 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2021-12-17 10:47:42 |
Requires 1
| Package | Constraint |
|---|---|
| magento/framework | >=100.1.0 |
Requires-dev 1
| Package | Constraint |
|---|---|
| phpstan/phpstan | * |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Warning | 36 | 36 warnings (ruleset: Magento2) — 15 auto-fixable with phpcbf |
| PHPMD | Warning | 29 | 29 rule violations (UndefinedVariable:11, IfStatementAssignment:9, UnusedFormalParameter:6, UnusedPrivateMethod:2, UnusedLocalVariable:1) |
| Cpd | Warning | 1 | 1 duplicated chunk spanning 51 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 2 | valid; 2 advisory notes (composer validate --strict) |
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from magmodules
View vendorHyvä Themes Compatibility module for Magmodules DistanceBasedShipping
N/A
Hyvä Themes Compatibility module for Magmodules Shopreview
Hyvä Themes Compatibility module for Magmodules EkomiSR
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.