vaimo/kustom-m2-checkout

There is no license information available for the latest version (1.1.3) of this package.

Maintainers

Package info

github.com/vaimo/kustom-m2-checkout

Type:metapackage

pkg:composer/vaimo/kustom-m2-checkout

Statistics

Installs: 94

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.3 2026-03-26 15:05 UTC

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