spryker/calculation
Calculation module
Maintainers
4.14.0
2025-04-18 12:00 UTC
Requires
- php: >=8.2
- spryker/calculation-extension: ^1.1.0
- spryker/kernel: ^3.30.0
- spryker/util-text: ^1.1.0
- spryker/zed-request: ^3.0.0
Requires (Dev)
Suggests
- spryker/checkout: If you want to use Checkout plugins.
Provides
None
Conflicts
None
Replaces
None
proprietary 0e0a306e87ca5d38d074f0a39b7cbbe0ef2533cc
This package is auto-updated.
Last update: 2026-06-24 10:12:19 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
Calculation, is used to calculate quotes and totals displayed in the cart/checkout or when an order is placed. Calculation is also used to recalculate order totals after refund. The calculation module extensively uses plugins to inject calculation algorithms. You can extend the stack of calculator plugins by adding a new custom calculators (e.g. subtotal calculation).
Installation
composer require spryker/calculation
