olegnax / module-core
olegnax/module-core
Olegnax Core. Required by all Olegnax extensions and themes.
Olegnax Core Extension for Magento 2
This extension is required to be installed for work of any other Olegnax extension or theme for Magento 2.
How to Install Magento 2 Extension Manually and using Composer: https://olegnax.com/documentation/magento-2/how-to-install-magento-2-extension/
1. Install Olegnax Core Module via Composer
To install Magento 2 extensions via Composer you should have SSH access and Composer installed on your server.
- Log in to your server with SSH and navigate to your Magento folder.
- Use following command to get the latest version of extension:
composer require olegnax/module-core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
More details: https://olegnax.com/documentation/magento-2/how-to-install-magento-2-extension/
2. Update Olegnax Core Module
composer update olegnax/module-core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.4.0.0 | stable | Fail | Magento 2.4.7-2.4.9 Details | 2026-04-11 16:24:28 |
| 1.3.5.0 | stable | Not tested | Not yet tested Details | 2025-06-09 23:58:54 |
| 1.3.4.6 | stable | Not tested | Not yet tested Details | 2025-03-07 00:32:23 |
| 1.3.4.5 | stable | Not tested | Not yet tested Details | 2024-12-15 14:58:50 |
| 1.3.4.4 | stable | Not tested | Not yet tested Details | 2024-08-28 00:18:50 |
| 1.3.4.3 | stable | Not tested | Not yet tested Details | 2024-07-29 20:52:28 |
| 1.3.4.2 | stable | Not tested | Not yet tested Details | 2024-07-23 21:30:41 |
| 1.3.4 | stable | Not tested | Not yet tested Details | 2023-09-04 13:34:52 |
| 1.3.3.1 | stable | Not tested | Not yet tested Details | 2023-06-08 21:16:28 |
| 1.3.3 | stable | Not tested | Not yet tested Details | 2023-03-31 22:16:44 |
| 1.3.1.2 | stable | Not tested | Not yet tested Details | 2022-11-16 03:55:20 |
| 1.3.1.1 | stable | Not tested | Not yet tested Details | 2022-10-11 22:03:43 |
| 1.3.1 | stable | Not tested | Not yet tested Details | 2022-05-28 01:20:19 |
| 1.3.0 | stable | Not tested | Not yet tested Details | 2021-10-06 00:05:23 |
| 1.1.1.1 | stable | Not tested | Not yet tested Details | 2020-12-19 16:05:12 |
| 1.1.1 | stable | Not tested | Not yet tested Details | 2020-11-04 00:11:30 |
| 1.1.0.2 | stable | Not tested | Not yet tested Details | 2020-07-22 11:11:22 |
| 1.1.0.1 | stable | Not tested | Not yet tested Details | 2020-07-22 10:57:26 |
| 1.0.11 | stable | Not tested | Not yet tested Details | 2020-02-16 21:05:09 |
| 1.0.10 | stable | Not tested | Not yet tested Details | 2019-09-25 18:05:06 |
Requires 7
| Package | Constraint |
|---|---|
| php | >=7.1.3 |
| ext-simplexml | * |
| ext-json | * |
| magento/module-catalog | ^103.0.0 || ^104.0.0 |
| magento/module-cms | ^103.0.0 || ^104.0.0 |
| magento/module-admin-notification | ^100.3.0 |
| magento/module-store | ^101.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.
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 | 644 | 42 errors, 602 warnings (ruleset: Magento2) — 501 auto-fixable with phpcbf |
| PHPMD | Warning | 26 | 26 rule violations (UnusedFormalParameter:9, ExcessiveClassComplexity:4, NPathComplexity:4, CyclomaticComplexity:3, ExcessiveMethodLength:3) |
| Cpd | Warning | 1 | 1 duplicated chunk spanning 122 total lines (min-lines=5, min-tokens=70) |
| 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.
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.