fetchify / module-fetchify
fetchify/module-fetchify
Fetchify Magento 2 Integration
Download via composer
Request composer to fetch the module:
composer require fetchify/module-fetchify
Manual Download
- Create folder structure /app/code/Fetchify/Fetchify/
- Download & copy the git contents to the folder
Install
Please note that executing these lines can cause a downtime on your Magento shop until they finish.
php -f bin/magento setup:upgrade
php -f bin/magento setup:di:compile
- First line allows Magento to recognize the module
- Second line is required so that Magento would load configuration defaults. (I'm looking for an alternative, more direct command but couldn't find one so far)
Configuration Instructions
The configuration for the extension is located under Stores -> Configuration -> Fetchify.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 2.9.0 | stable | Pass | Magento 2.4.7-2.4.9 Details | 2026-06-03 14:48:04 |
| 2.8.5 | stable | Not tested | Not yet tested Details | 2026-02-17 12:23:14 |
| 2.8.4 | stable | Not tested | Not yet tested Details | 2025-09-16 13:58:51 |
| 2.8.3 | stable | Not tested | Not yet tested Details | 2025-08-12 17:34:08 |
| 2.8.2 | stable | Not tested | Not yet tested Details | 2025-07-30 15:53:47 |
| 2.8.1 | stable | Not tested | Not yet tested Details | 2025-07-28 14:48:25 |
| 2.8.0 | stable | Not tested | Not yet tested Details | 2025-07-24 15:58:37 |
| 2.7.0 | stable | Not tested | Not yet tested Details | 2025-06-26 18:12:34 |
| 2.6.1 | stable | Not tested | Not yet tested Details | 2025-01-16 21:01:27 |
| 2.6.0 | stable | Not tested | Not yet tested Details | 2024-09-19 13:29:06 |
| 2.5.1 | stable | Not tested | Not yet tested Details | 2024-05-23 12:15:19 |
| 2.5.0 | stable | Not tested | Not yet tested Details | 2023-06-27 12:46:09 |
| 2.4.1 | stable | Not tested | Not yet tested Details | 2022-11-21 16:28:58 |
| 2.4.0 | stable | Not tested | Not yet tested Details | 2022-06-07 10:33:27 |
| 2.3.1 | stable | Not tested | Not yet tested Details | 2021-11-23 09:43:47 |
| 2.3.0 | stable | Not tested | Not yet tested Details | 2021-11-18 12:45:13 |
| 2.2.1 | stable | Not tested | Not yet tested Details | 2021-11-02 15:27:26 |
| 2.2.0 | stable | Not tested | Not yet tested Details | 2021-05-26 09:35:20 |
| 2.1.0 | stable | Not tested | Not yet tested Details | 2021-03-05 10:44:29 |
| 2.0.0 | stable | Not tested | Not yet tested Details | 2020-10-27 15:46:05 |
| 1.1.15 | stable | Not tested | Not yet tested Details | 2020-09-09 09:32:42 |
| 1.1.12 | stable | Not tested | Not yet tested Details | 2020-01-29 11:17:18 |
| 1.1.11 | stable | Not tested | Not yet tested Details | 2020-01-03 16:11:24 |
| 1.1.10 | stable | Not tested | Not yet tested Details | 2019-12-16 14:23:40 |
| 1.1.9 | stable | Not tested | Not yet tested Details | 2019-10-10 15:37:25 |
| 1.1.8 | stable | Not tested | Not yet tested Details | 2019-06-07 14:04:22 |
| 1.1.7 | stable | Not tested | Not yet tested Details | 2019-03-01 12:13:04 |
| 1.1.6 | stable | Not tested | Not yet tested Details | 2019-01-07 13:32:24 |
| 1.1.5 | stable | Not tested | Not yet tested Details | 2018-10-12 15:03:19 |
| 1.1.4 | stable | Not tested | Not yet tested Details | 2018-05-03 15:31:03 |
| 1.1.3 | stable | Not tested | Not yet tested Details | 2018-02-20 16:33:08 |
| 1.1.2 | stable | Not tested | Not yet tested Details | 2018-02-14 11:58:13 |
| 1.0.5 | stable | Not tested | Not yet tested Details | 2017-04-03 12:42:58 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2016-07-11 16:27:42 |
| 0.1.6 | stable | Not tested | Not yet tested Details | 2015-08-18 16:09:25 |
No dependencies declared
This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.
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.
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.
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.