vaimo / kustom-m2-checkout

vaimo/kustom-m2-checkout

metapackage Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: N/A

Kustom M2 Checkout

Overview

kustom-m2-checkout is a metapackage for Magento 2 that orchestrates a comprehensive checkout solution for e-commerce platforms. It aggregates multiple specialized modules designed to enhance and streamline the checkout experience, payments processing, and order management within Magento 2.

Purpose

This metapackage serves as a unified checkout ecosystem for Magento 2, combining the following key functionalities:

  • Payment Processing: Comprehensive payment methods support including Klarna and Klarna Checkout (KCO)
  • Order Management: Advanced order line management and order status management
  • GraphQL Support: GraphQL API endpoints for modern headless commerce implementations
  • Logging & Debugging: Centralized logging for monitoring and troubleshooting
  • Admin Settings: Customizable admin configuration panel for checkout features
  • API Integrations: Plugin API support and Klarna API integrations
  • Sign-In Workflows: Kustom Sign In With Klarna (SIWK) functionality
  • Knowledge Base System: Kustom Service Support (KSS) module
  • Core Infrastructure: Base modules for module support and interoperability

Included Modules

The metapackage includes the following dependencies:

  • vaimo/kustom-module-support - Core support functionality
  • vaimo/kustom-module-siwk - Sign In With Klarna
  • vaimo/kustom-module-plugins-api - Plugins API framework
  • vaimo/kustom-module-orderlines - Order line management
  • vaimo/kustom-module-osm - Order status management
  • vaimo/kustom-module-kss - Kustom Service Support
  • vaimo/kustom-module-payments-graph-ql - GraphQL payment APIs
  • vaimo/kustom-module-payments - Payment processing
  • vaimo/kustom-module-klarna-api - Klarna API integration
  • vaimo/kustom-module-kco - Klarna Checkout integration
  • vaimo/kustom-module-base - Base module utilities
  • vaimo/kustom-module-backend - Backend services
  • vaimo/kustom-module-admin-settings - Admin configuration
  • vaimo/kustom-module-logger - Logging utilities

Installation

This is a metapackage and should be installed via Composer as part of your Magento 2 project:

composer require vaimo/kustom-m2-checkout

Requirements

  • Magento 2.x
  • Composer
  • Access to Magento Composer repository and Vaimo GitHub repositories

1.1.3 / 2026-04-30

  • KUSTOM-52 Disable Sign in with Klarna (SIWK) - [DEPRECATED] - admin-settings:1.1.3
  • KUSTOM-54 Fixed a type error that could cause checkout to fail when address prefill was used. - kco:12.0.21
  • KUSTOM-55 Fixed an issue where no error message was shown when a Klarna API exception occurred - base:11.0.17
  • KUSTOM-56 Fixed sanitization of merchant checkbox labels to preserve spaces and special characters - admin-settings:1.1.3
  • KUSTOM-57 Cleanup leftover debugging code - backend:11.0.18
  • KUSTOM-63 Fixed compatibility with PKSA-y2cr-5h3j-g3ys Security Advisory - siwk:1.0.15
  • KUSTOM-68 Fixed guzzlehttp/guzzle compatibility for Magento versions earlier than 2.4.5 - base:11.0.17, klarna-api:1.0.8
  • KUSTOM-76 Fix Shipping amount does not match for order between Kustom and Magento - kco:12.0.22
  • [KUSTOM-58][KUSTOM-77][KUSTOM-82][KUSTOM-83][KUSTOM-84] Fix Orders instantly cancelled by api because of uncaught exceptions kco:12.0.22
  • KUSTOM-88 DEPRECATED Hide/Disable Klarna Payments, On-Site Messaging and Express Checkout - admin-settings:1.1.4
  • KUSTOM-20 Fix broken merchant portal link in order detail page - base:11.0.17
  • KUSTOM-83 Fix Magento cancel status if klarna order is cancelled

1.1.2 / 2026-02-24

  • KUSTOM-42 Removed obsolete "Client identifier" field from API credentials in admin configuration panel
  • KUSTOM-49 Fixed critical error around logging address data into file when updating logged in user address
  • KUSTOM-51 Changed the direct linking to Kustom's merchant portal on the admin panel
Versions
Version Stability QA Status Compatibility Released
1.1.3 stable Fail Not yet tested Details 2026-04-27 18:10:23
1.1.2 stable Not tested Not yet tested Details 2026-02-24 09:17:44
1.1.1 stable Not tested Not yet tested Details 2026-02-06 13:40:12
1.1.0 stable Not tested Not yet tested Details 2026-02-06 13:36:07
1.0.0 stable Not tested Not yet tested Details 2025-09-16 20:01:48

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 not tested not tested

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 N/A 0 metapackage ships no source of its own — phpcs skipped (#122)
PHPMD N/A 0 metapackage ships no source of its own — phpmd skipped (#122)
Cpd N/A 0 metapackage ships no source of its own — cpd skipped (#122)
PHP Compatibility N/A 0 metapackage ships no source of its own — php-compatibility skipped (#122)
Composer validate Info 17 valid; 17 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 582 582
2.4.8 580 580
2.4.9 580 N/A

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 N/A 0 metapackage ships no source of its own — malware scan skipped (#122)

No license declared

This package's composer.json doesn't declare a license, homepage, or authors. Check the source repository for terms of use.

More from Vaimo

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.