yireo / magento2-taxratesmanager2

yireo/magento2-taxratesmanager2

Manage EU VAT rates automatically

  • Jisse Reitsma (Yireo)
magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

Yireo TaxRatesManager2

About the tests included

The unit tests are covering simple classes that offer utilities to other classes and have no dependencies. The integration tests require the presence of Magento. The functional tests also require an internet connection.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[1.3.1] - 29 April 2026

Fixed

  • Show error in backend when clean task gives exception

[1.3.0] - 19 April 2026

Fixed

  • Add CLI command to add all rates
  • Copy generic CI/CD files

[1.2.15] - 22 October 2025

Fixed

  • Add integration test helper to GitHub Action
  • Add dep with integration testing helper
  • Always run integration tests
  • Add new workflow tests

[1.2.14] - 27 July 2025

Fixed

  • $escape parameter must be provided #5

[1.2.13] - 19 July 2025

Fixed

  • Fix possible error with empty postcode

[1.2.12] - 06 May 2025

Fixed

  • Fix PHP 8.4 issue
  • Fix compat with PHPUnit
  • Remove setup_version and add Magento_Config dep

[1.2.11] - 24 October 2024

Fixed

  • Add funding

[1.2.10] - 2 October 2024

Fixed

  • Send mail by using the configured email address

[1.2.9] - 9 April 2024

Fixed

  • Fix calling Rate class in the Add action #2 @se-viacheslav

[1.2.8] - 9 April 2023

Fixed

  • Compat psr/log with Magento 2.4.7

[1.2.7] - 8 April 2023

  • Failed release

[1.2.6] - 9 January 2023

Fixed

  • Properly use ZIP codes from feed

[1.2.5] - 25 April 2022

Fixed

  • Version bump

[1.2.4] - 25 April 2022

Fixed

  • Upgrade Guzzle because of Magento 2.4.4

[1.2.3] - 1 January 2021

Fixed

  • Only report rates higher than 0

[1.2.2] - 29 July 2019

Added

  • Support for Magento 2.4
  • Add KeepAChangeLog support
  • Move configuration to separate Yireo section

[1.2.1] - January 2019

Added

  • Fix issue with mail not being sent via cron
  • Add website name to email subject
  • Increase cron time to every 3 minutes

[1.2.0] - December 2019

Added

  • Add Fix link to notices
  • Add "Clean All Rates" button
  • Clean up dependencies in composer file
  • Add GitLab CI integration

[1.0.1] - December 2019

Added

  • Fix typo in settings

[1.0.0] - December 2019

Added

  • Stable release

[0.0.2] - December 2019

Added

  • Integration tests completed
  • Functional tests completed

[0.0.1] - December 2019

Added

  • Working proof of concept
Versions
Version Stability QA Status Compatibility Released
1.3.1 stable Fail Magento 2.4.7-2.4.9 Details 2026-04-29 07:16:44
1.3.0 stable Not tested Not yet tested Details 2026-04-19 08:08:36
1.2.15 stable Not tested Not yet tested Details 2025-10-22 11:17:01
1.2.14 stable Not tested Not yet tested Details 2025-07-27 08:04:06
1.2.13 stable Not tested Not yet tested Details 2025-07-19 09:48:28
1.2.12 stable Not tested Not yet tested Details 2025-05-06 11:32:18
1.2.11 stable Not tested Not yet tested Details 2024-10-24 12:33:51
1.2.10 stable Not tested Not yet tested Details 2024-10-02 18:04:43
1.2.9 stable Not tested Not yet tested Details 2024-09-03 11:29:29
1.2.8 stable Not tested Not yet tested Details 2024-04-09 14:01:35
1.2.7 stable Not tested Not yet tested Details 2024-04-08 10:12:46
1.2.6 stable Not tested Not yet tested Details 2023-01-09 09:36:33
1.2.5 stable Not tested Not yet tested Details 2022-04-25 09:23:46
1.2.4 stable Not tested Not yet tested Details 2022-04-12 17:37:16
1.2.3 stable Not tested Not yet tested Details 2021-05-10 09:19:50
1.2.2 stable Not tested Not yet tested Details 2020-07-29 09:32:19
1.2.1 stable Not tested Not yet tested Details 2019-01-02 12:48:45
1.0.1 stable Not tested Not yet tested Details 2018-12-19 18:12:42
1.0.0 stable Not tested Not yet tested Details 2018-12-19 16:19:17
0.0.1 stable Not tested Not yet tested Details 2018-12-18 19:33:54

Requires 10

Package Constraint
ext-pcre *
guzzlehttp/guzzle ~6.0|^7.0
magento/framework ^100.0|^101.0|^102.0|^103.0
magento/module-backend ^100.0|^101.0|^102.0
magento/module-config ^100.0|^101.0
magento/module-customer ^100.0|^101.0|^102.0|^103.0
magento/module-store ^100.0|^101.0
magento/module-tax ^100.0
php ^7.4|^8.1
psr/log ^1 || ^2 || ^3

Requires-dev 1

Package Constraint
yireo/magento2-integration-test-helper ~0.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 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 Warning 50 50 warnings (ruleset: Magento2) — 39 auto-fixable with phpcbf
PHPMD Warning 7 7 rule violations (UnusedFormalParameter:4, UnusedLocalVariable:2, IfStatementAssignment:1)
Cpd Pass 0
Composer validate Info 1 valid; 1 advisory note (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 5 5
2.4.8 5 5
2.4.9 5 5

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

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
Homepage
https://www.yireo.com/software/magento-extensions/taxratesmanager2
Authors

More from yireo

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.