xcoreplatform / xcore-magento2

xcoreplatform/xcore-magento2

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass MIT

Magento2 Rest API

This module extends the rest api of Magento2 and is needed for the usage of the xCore. For more information or support see https://xcore.nl.

Installation

composer require xcoreplatform/xcore-magento2

License

The MIT License (MIT)

Copyright (c) Dealer4Dealer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
2.11.3 stable Fail Magento 2.4.7-2.4.9 Details 2026-03-03 08:38:10
2.11.2 stable Not tested Not yet tested Details 2024-12-16 13:26:57
2.11.1 stable Not tested Not yet tested Details 2024-09-25 12:14:23
2.11.0 stable Not tested Not yet tested Details 2024-09-19 08:44:45
2.10.0 stable Not tested Not yet tested Details 2024-07-25 13:20:22
2.9.0 stable Not tested Not yet tested Details 2024-01-15 11:53:26
2.8.2 stable Not tested Not yet tested Details 2023-07-06 07:53:58
2.8.1 stable Not tested Not yet tested Details 2023-06-26 09:22:05
2.8.0 stable Not tested Not yet tested Details 2022-12-12 10:30:23
2.7.0 stable Not tested Not yet tested Details 2022-11-01 16:01:00
2.6.1 stable Not tested Not yet tested Details 2022-09-16 13:35:01
2.6.0 stable Not tested Not yet tested Details 2022-02-09 09:56:50
2.5.1 stable Not tested Not yet tested Details 2021-04-12 09:36:38
2.5.0 stable Not tested Not yet tested Details 2021-02-02 08:34:59
2.4.1 stable Not tested Not yet tested Details 2020-10-07 11:44:40
2.2.4 stable Not tested Not yet tested Details 2020-05-04 11:44:02
2.2.3 stable Not tested Not yet tested Details 2020-02-28 16:24:27
2.1.6 stable Not tested Not yet tested Details 2019-09-20 14:16:55
2.1.5 stable Not tested Not yet tested Details 2019-08-19 11:40:00
2.2.2 stable Not tested Not yet tested Details 2019-06-11 14:52:11
2.1.4 stable Not tested Not yet tested Details 2019-06-11 14:52:11
2.1.3 stable Not tested Not yet tested Details 2019-05-08 07:51:06
2.1.2 stable Not tested Not yet tested Details 2018-03-26 12:30:00
2.1.1 stable Not tested Not yet tested Details 2018-03-05 15:13:11
2.1.0 stable Not tested Not yet tested Details 2018-02-12 19:16:02
2.0.4 stable Not tested Not yet tested Details 2018-01-26 07:48:56
2.0.3 stable Not tested Not yet tested Details 2017-11-22 13:40:08
2.0.2 stable Not tested Not yet tested Details 2017-11-02 10:00:51
2.0.1 stable Not tested Not yet tested Details 2017-11-01 13:07:25
2.0.0 stable Not tested Not yet tested Details 2017-10-12 14:24:52
1.0.3 stable Not tested Not yet tested Details 2017-10-02 11:14:29
1.0.2 stable Not tested Not yet tested Details 2017-09-20 07:57:08
1.0.1 stable Not tested Not yet tested Details 2017-09-19 15:00:14
1.0.0 stable Not tested Not yet tested Details 2017-08-29 14:59:15
0.9.0 stable Not tested Not yet tested Details 2017-08-25 13:01:29
0.8.0 stable Not tested Not yet tested Details 2017-08-08 08:48:17
0.7.1 stable Not tested Not yet tested Details 2017-07-14 15:22:57
0.7.0 stable Not tested Not yet tested Details 2017-06-26 13:24:37
0.6.3 stable Not tested Not yet tested Details 2017-05-19 13:54:48
0.6.2 stable Not tested Not yet tested Details 2017-05-17 12:22:48
0.6.1 stable Not tested Not yet tested Details 2017-05-15 14:53:50
0.6.0 stable Not tested Not yet tested Details 2017-05-12 08:07:56
0.5.0 stable Not tested Not yet tested Details 2017-05-12 07:04:09
0.2.4 stable Not tested Not yet tested Details 2017-04-10 12:30:32
0.1.2 stable Not tested Not yet tested Details 2016-09-13 10:55:37
0.1.1 stable Not tested Not yet tested Details 2016-08-16 13:00:53

Requires 7

Package Constraint
magento/module-catalog ^102.0 || ^103.0 || ^104.0
magento/module-customer ^102.0 || ^103.0
magento/module-payment ^100.0
magento/module-sales ^102.0 || ^103.0
magento/module-shipping ^100.0
magento/module-store ^100.0 || ^101.0
magento/module-tax ^100.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 Fail 153 2 errors, 151 warnings (ruleset: Magento2) — 36 auto-fixable with phpcbf
PHPMD Warning 14 14 rule violations (MissingImport:10, UnusedFormalParameter:1, ExcessiveMethodLength:1, CyclomaticComplexity:1, NPathComplexity:1)
Cpd Warning 3 3 duplicated chunks spanning 164 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. 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 36 36
2.4.8 36 36
2.4.9 36 36

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 Pass 0
Malware scan Pass 0
License
MIT
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.