tweakwise / magento2-attributelanding-tweakwise

tweakwise/magento2-attributelanding-tweakwise

Provides compatibility between Attribute landing module and Tweakwise module.

magento2-module Compatibility: Not compatible Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

Description

This is a compatibility module for Magento2AttributeLanding and Magento2Tweakwise.
It will install the following packages:

  1. tweakwise/tweakwise
  2. tweakwise/tweakwise-export
  3. tweakwise/magento2-attributelanding
  4. tweakwise/magento2-attributelanding-tweakwise (this package)

Packages tweakwise/tweakwise and tweakwise/tweakwise-export provides magento2 integration with the Tweakwise navigator (https://www.tweakwise.com/)
Package tweakwise/magento2-attributelanding provides magento2 support for landingspages based on attributes and categories for example "red-pants", here category is "pants" and the attribute is color with value red.
This package provides the integration between the navigator and the landingspages.

Installation

Install package using composer

composer require tweakwise/magento2-attributelanding-tweakwise

Run installers

php bin/magento setup:upgrade

A note on navigation.

It is possible to have your users navigate to a landingpage when the user happens to select a set of filters which matches a landingpage.
In order to do this one has to enable "tweakwise_attributelanding/general/allow_crosslink".
It is also important to note that in order to achieve this the filter values configured in the landingpage match the tweakwise filter values (as known in the navigator) exactly, this is case sensitive!

Contributors

If you want to create a pull request as a contributor, use the guidelines of semantic-release. semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes, and publishing the package.
By adhering to the commit message format, a release is automatically created with the commit messages as release notes. Follow the guidelines as described in: https://github.com/semantic-release/semantic-release?tab=readme-ov-file#commit-message-format.

4.3.2 (2024-04-12)

Bug Fixes

  • Applied phpcs and phpmd rules (9336355)

4.3.2-beta.1 (2024-03-29)

Bug Fixes

  • Applied phpcs and phpmd rules (e5dc85d)
Versions
Version Stability QA Status Compatibility Released
4.5.0 stable Fail Not compatible Details 2026-04-24 11:31:14
4.4.2 stable Not tested Not yet tested Details 2026-03-20 13:48:46
4.4.1 stable Not tested Not yet tested Details 2025-04-02 12:02:21
4.4.0 stable Not tested Not yet tested Details 2025-01-16 10:59:24
4.3.6 stable Not tested Not yet tested Details 2024-12-17 13:50:57
4.3.5 stable Not tested Not yet tested Details 2024-09-24 13:25:27
4.3.4 stable Not tested Not yet tested Details 2024-05-01 08:15:04
4.3.3 stable Not tested Not yet tested Details 2024-04-19 08:36:27
4.3.2 stable Not tested Not yet tested Details 2024-04-12 14:14:46
4.3.2-beta.1 beta Not tested Not yet tested Details 2024-03-29 12:40:16
4.3.1 stable Not tested Not yet tested Details 2023-12-12 13:38:15
4.3.0 stable Not tested Not yet tested Details 2023-09-27 11:38:20
4.2.2 stable Not tested Not yet tested Details 2023-07-19 08:20:59
4.2.1 stable Not tested Not yet tested Details 2023-06-20 08:32:52
4.2.0 stable Not tested Not yet tested Details 2023-05-02 10:20:03
4.1.0 stable Not tested Not yet tested Details 2023-03-15 10:33:58
4.0.1 stable Not tested Not yet tested Details 2022-11-22 08:16:50
4.0.0 stable Not tested Not yet tested Details 2022-11-03 11:06:37
3.0.1 stable Not tested Not yet tested Details 2022-08-31 10:26:29
3.0.0 stable Not tested Not yet tested Details 2022-08-30 12:29:16

Requires 3

Package Constraint
php ^8.1
emico/m2-attributelanding >=6.0.5
tweakwise/magento2-tweakwise >=9.0.0

Requires-dev 2

Package Constraint
emico/code-quality ~10.6.0
symfony/finder ^6.4.0

Replaces 1

Package Constraint
emico/m2-attributelanding-tweakwise v2.4.0

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 not tested
2.4.9 Fail di error Fail di error

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 10 10 warnings (ruleset: Magento2) — 5 auto-fixable with phpcbf
PHPMD Warning 14 14 rule violations (UnusedFormalParameter:14)
Cpd Pass 0
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.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 42 42
2.4.8 41 48
2.4.9 49 49

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 N/A 0 no resolvable dependency tree to audit
Malware scan Pass 0
License
OSL-3.0

More from tweakwise

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.