magmodules / magento2-reloadify

magmodules/magento2-reloadify

Reloadify extension for Magento 2

magento2-module Compatibility: Partially compatible Code Quality: Fail Tests: N/A Security: Pass BSD-2-Clause

Are you the maintainer of magmodules?

Packagento pulls magmodules's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

Reloadify for Magento 2

Connect your Magento 2 store to the Reloadify marketing automation platform. This extension syncs your customer data, products, orders, and abandoned carts automatically, so Reloadify can power personalized email campaigns and triggered flows based on real purchase behavior.

Features

  • Automatic sync of products, categories, and variants
  • Customer profiles and newsletter subscriber sync
  • Order history and abandoned cart data
  • Cart restore links for abandoned cart emails
  • PWA/headless frontend support
  • Flexible product attribute mapping
  • Delta sync for efficient product updates
  • Debug logging for troubleshooting

Requirements

  • Magento 2.3.x or higher
  • PHP 7.4 or higher

Installation

composer require magmodules/magento2-reloadify
php bin/magento setup:upgrade
php bin/magento cache:flush

Quick Start

  1. Enable the module at Stores > Configuration > Reloadify > General
  2. Generate an integration token via CLI: bin/magento reloadify:integration
  3. Copy the access token to your Reloadify account
  4. Configure attribute mapping if needed
  5. Run selftest to verify: bin/magento reloadify:selftest

Documentation

English:

Nederlands:

How it Works

The extension creates a secure REST API that Reloadify uses to fetch your store data:

GET /V1/reloadify/products      → Product catalog
GET /V1/reloadify/orders        → Order history
GET /V1/reloadify/carts         → Abandoned carts
GET /V1/reloadify/profiles      → Customer profiles
GET /V1/reloadify/subscribers   → Newsletter subscribers

All API calls require the integration token for authentication. Data syncs run via Reloadify's servers, not via Magento cron, so there's no performance impact on your store.

Support

License

See COPYING.txt

Copyright

Copyright © Magmodules.eu. All rights reserved.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.17.1 stable Fail Partially compatible Details 2026-07-24 09:49:08
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.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 not tested Pass
2.4.9 Pass not tested

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.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 37 37 warnings (ruleset: Magento2), 15 auto-fixable with phpcbf
PHPMD Warning 153 153 rule violations (UnusedPrivateField:153)
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.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 52 52
2.4.8 52 52
2.4.9 47 47

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

Unit tests results by Magento and PHP version
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

Integration tests results by Magento and PHP version
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.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
BSD-2-Clause

More from magmodules

View vendor
Make it pay

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.