vaimo / kustom-m2-checkout
Package info
github.com/vaimo/kustom-m2-checkout
Type:metapackage
pkg:composer/vaimo/kustom-m2-checkout
Requires
- vaimo/kustom-module-admin-settings: 1.1.3
- vaimo/kustom-module-backend: 11.0.18
- vaimo/kustom-module-base: 11.0.17
- vaimo/kustom-module-kco: 12.0.21
- vaimo/kustom-module-klarna-api: 1.0.8
- vaimo/kustom-module-kss: 3.0.17
- vaimo/kustom-module-logger: 3.0.9
- vaimo/kustom-module-orderlines: 3.0.17
- vaimo/kustom-module-osm: 4.0.17
- vaimo/kustom-module-payments: 10.0.19
- vaimo/kustom-module-payments-graph-ql: 3.0.19
- vaimo/kustom-module-plugins-api: 1.0.6
- vaimo/kustom-module-siwk: 1.0.15
- vaimo/kustom-module-support: 3.0.15
This package is auto-updated.
Last update: 2026-03-26 15:59:33 UTC
README
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 functionalityvaimo/kustom-module-siwk- Sign In With Klarnavaimo/kustom-module-plugins-api- Plugins API frameworkvaimo/kustom-module-orderlines- Order line managementvaimo/kustom-module-osm- Order status managementvaimo/kustom-module-kss- Kustom Service Supportvaimo/kustom-module-payments-graph-ql- GraphQL payment APIsvaimo/kustom-module-payments- Payment processingvaimo/kustom-module-klarna-api- Klarna API integrationvaimo/kustom-module-kco- Klarna Checkout integrationvaimo/kustom-module-base- Base module utilitiesvaimo/kustom-module-backend- Backend servicesvaimo/kustom-module-admin-settings- Admin configurationvaimo/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