inxmail / magento2-module

inxmail/magento2-module

Inxmail Magento 2 Module

  • Peter Lelewel
  • Björn Meyer
magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: Fail Security: Pass OSL-3.0

Are you the maintainer of inxmail?

Packagento pulls inxmail'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 →

Magento 2 extension for Inxmail Professional

This repository contains the Inxmail extension code for Magento 2

Description

This extension requires an Inxmail Professional account and a corresponding Inxmail Professional REST-API user.

Please contact your Inxmail account manager or get in touch with us to get all information regarding this extension.

Contribution

You are welcome to contribute to the ongoing development of this extension! Your possibilities:

  • Security issues: Please do NOT open a github issue. Get in touch with us to report (see above) such issues.

  • Report a bug: create an issue including description, reproduction steps, Magento and extension version numbers

  • Fix a bug: please fork and use our contribution branch to submit your Pull Request

  • Request a feature: create an issue describing your desired feature.

Thank you!

Version History

V1.3.3

  • Updated phpunit
  • Tested on Magento2 CE v2.4.9 with PHP 8.4.21

V1.3.2

  • Corrected incompatibilities with php 8.4
  • Tested on Magento2 CE v2.4.8-p3 with PHP 8.3 and 8.4

V1.3.1

  • Tested compatibility with Magento2 CE v2.4.7-p3 and php 8.3
  • Tested compatibility with Magento2 CE v2.4.8

V1.3.0

  • Replaced ZEND_HTTP Framework for Compatibility with Magento2 CE v2.4.6

V1.2.0

  • Compatibility check and updates for Magento2 CE v2.4.4
  • Compatibility check for PHP Version 8.1

V1.1.4

  • compatibility check and updates for Magento2 CE v2.4.3-p1

V1.1.0

  • added support for "last order date"

V1.0.3

  • allow PHP > 7.1
  • Workaround for Invalid header line detected: #49
  • add fallback for different M2 versions (serializer)

V1.0.2

  • Compatibility for Magento 2.2.6
  • Compatibility for PHP 7.1

V1.0.0

This is the base-version of the module with the following feature-set

  • connect your Magento 2 installation with one Inxmail Professional list
  • use the full opt-in features of Inxmail Professional
  • synchronize bi-directional in real-time the opt-in and opt-out of the newsletter
  • synchronize customer data regularly to Inxmail Professinal
  • reduce the editorial work of your newsletters by incorporating product information directly from your shop data

Licence Information

This module is licensed under OSL 3.0.
http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
Please see LICENSE.txt for the full text of the OSL 3.0 license.

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.3.3 stable Fail Magento 2.4.7-2.4.9 Details 2026-05-13 18:50:50
1.3.2 stable Not tested Not yet tested Details 2025-12-01 13:57:52
1.3.1 stable Not tested Not yet tested Details 2024-05-28 12:39:09
1.3.0 stable Not tested Not yet tested Details 2023-10-09 08:51:16
1.2.0 stable Not tested Not yet tested Details 2022-05-17 09:15:57
1.1.4 stable Not tested Not yet tested Details 2021-11-26 11:57:40
1.1.3 stable Not tested Not yet tested Details 2020-06-04 11:01:51
1.1.2 stable Not tested Not yet tested Details 2020-02-27 16:14:09
1.1.1 stable Not tested Not yet tested Details 2020-01-28 11:14:15
1.1.0 stable Not tested Not yet tested Details 2019-06-03 10:31:27
1.0.3 stable Not tested Not yet tested Details 2019-03-26 12:13:02
1.0.2 stable Not tested Not yet tested Details 2018-07-23 16:06:49
1.0.1 stable Not tested Not yet tested Details 2018-07-23 16:06:49
1.0.0 stable Not tested Not yet tested Details 2018-01-31 07:15:33
0.1.0 stable Not tested Not yet tested Details 2017-12-06 08:23:59
0.0.15 stable Not tested Not yet tested Details 2017-11-17 08:18:20
0.0.6 stable Not tested Not yet tested Details 2017-10-10 12:14:04

Requires 3

Package Constraint
ext-json *
magento/product-community-edition ^2.4.4
php ^8.1

Requires-dev 2

Package Constraint
phpunit/phpunit ^9.5 || ^12.0
squizlabs/php_codesniffer 3.*

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 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

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 Fail 330 1 error, 329 warnings (ruleset: Magento2) — 158 auto-fixable with phpcbf
PHPMD Warning 30 30 rule violations (MissingImport:8, UnusedFormalParameter:6, UnusedLocalVariable:4, CyclomaticComplexity:3, UndefinedVariable:2)
Cpd Warning 5 5 duplicated chunks spanning 144 total lines (min-lines=5, min-tokens=70)
Composer validate Pass 0

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 55 55
2.4.8 56 56
2.4.9 52 52

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 Error Error
2.4.8 Error Error
2.4.9 Error Error

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
OSL-3.0
Authors
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.