ctech / configurator
ctech/configurator
ConfigureTech Inc Configurator Module
ConfigureTech Configurator extension for Magento 2.*
Configurator enable merchants on Magento2 to integrate with ConfigureTech API in minutes 🛍️.
It also comes with a product installer, so you can import your selected products from our API in no time 🚀.
Supported Magento2 versions
We support:
- Magento 2.4.8 : please run :
composer require ctech/configurator:3.5.0 - Magento 2.4.7 : please run :
composer require ctech/configurator:3.5.0 - Magento 2.4.6 : please run :
composer require ctech/configurator:3.4.0 - Magento 2.4.4 : please run :
composer require ctech/configurator:3.3.0 - Magento 2.4 : please run :
composer require ctech/configurator:3.2.0 - Magento 2.3.5-p1 : please run :
composer require ctech/configurator:3.1.0 - Magento 2.3 : please run :
composer require ctech/configurator:2.3 - Magento 2.2 : please run :
composer require ctech/configurator:2.2
Installation
you need to run the composer require that matches your magento version , for example
composer require ctech/configurator:3.5.0
Run upgrade scripts
php bin/magento module:enable Ctech_Configurator
php bin/magento setup:upgrade
php bin/magento setup:di:compile
in case you was in production mode , run this command to deploy static contents
php bin/magento setup:static-content:deploy
Configuration
In your magento admin, go to Stores -> Configuration -> Catalog -> Ctech Configurator , you can enter your API key field
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 3.5.0 | stable | Fail | Magento 2.4.7-2.4.8 Details | 2025-06-16 21:18:27 |
| 3.4.0 | stable | Not tested | Not yet tested Details | 2023-12-05 10:20:41 |
| 3.3.0 | stable | Not tested | Not yet tested Details | 2022-06-23 04:45:41 |
| 3.2.0 | stable | Not tested | Not yet tested Details | 2021-01-27 06:33:15 |
| 3.1.0 | stable | Not tested | Not yet tested Details | 2020-05-12 19:23:47 |
| 3.0.0 | stable | Not tested | Not yet tested Details | 2019-11-26 15:36:02 |
| 2.3 | stable | Not tested | Not yet tested Details | 2019-02-23 16:14:17 |
| 2.2 | stable | Not tested | Not yet tested Details | 2019-02-23 16:02:49 |
Requires 2
| Package | Constraint |
|---|---|
| magento/framework | * |
| php | ~8.2.0||~8.3.0||~8.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.
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.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 360 | 42 errors, 318 warnings (ruleset: Magento2) — 189 auto-fixable with phpcbf |
| PHPMD | Warning | 9 | 9 rule violations (UnusedFormalParameter:6, MissingImport:1, ExcessiveParameterList:1, ExcessiveMethodLength:1) |
| 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.
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.