Search by

mar-pod / b2b-light

macpain

Marpod B2B Light — Composer metapackage bundling the mandatory B2B Base with every optional Light add-on. Requires no application code of its own.

Package info

gitlab.com/mar-pod/b2b-light

Issues

Type:metapackage

pkg:composer/mar-pod/b2b-light

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 0

1.0.1 2026-09-13 15:22 UTC

This package is auto-updated.

Last update: 2026-09-13 15:26:05 UTC


README

Composer metapackage for the Marpod B2B Light product. It contains no application code of its own — installing it simply resolves and installs the mandatory B2B Base plus every optional Light add-on module, each still its own independently versioned Composer package and Magento module.

What this bundles

ProductModule
B2B Base (mandatory)Marpod_B2bCore, Marpod_B2bCompany
Company PricingMarpod_B2bDynamicProductData, Marpod_B2bPricing
Quick OrderMarpod_B2bQuickOrder
CSV Bulk OrderMarpod_B2bBulkAddToCart
Negotiable QuotesMarpod_B2bQuote
Requisition ListsMarpod_B2bRequisitionList
Purchase ApprovalMarpod_B2bPurchaseApproval
Company CreditMarpod_B2bCompanyCredit
Closed StoreMarpod_B2bClosedStore

Installation

composer require mar-pod/b2b-light
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

Every bundled module is still independently enabled/disabled and configured — this metapackage only controls what gets installed, not what runs. A store that only needs a subset of Light can composer remove the modules it doesn't want, or module:disable them without losing data. See each module's own README.md for its specific safe-uninstall notes.

Versioning

This metapackage's own version tracks the Light product release, not any single module's version. Each require entry is constrained independently per module (Semantic Versioning); bumping a module's major version is a breaking change for that module alone and does not automatically bump this metapackage.

Development

The architecture, module list, and staged rollout plan live in packages/B2B_LIGHT_PLAN.md in the development Magento project (section 0 tracks overall implementation status; section 6a lists the frozen public Api/ contract per module).