spryker/tax
Tax module
Maintainers
Requires
- php: >=8.3
- spryker/acl-merchant-portal-extension: ^1.0.0
- spryker/calculation: ^4.0.0
- spryker/country: ^3.0.0 || ^4.0.0
- spryker/gui: ^3.45.0 || ^4.0.0 || ^5.0.0
- spryker/kernel: ^3.30.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/propel-orm: ^1.0.0
- spryker/store: ^1.19.0
- spryker/symfony: ^3.0.0
- spryker/transfer: ^3.27.0
- spryker/twig: ^3.16.0
- spryker/util-date-time: ^1.0.0
- spryker/util-text: ^1.1.0
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
proprietary c74c957cbc740619cf54b52ebefd1c2e775a0222
This package is auto-updated.
Last update: 2026-06-24 11:05:28 UTC
README
π Latest Stable Version
π Minimum PHP Version
Tax module is responsible for handling tax rates that can be applied to products, product options and shipments. This module covers destination based tax calculation according to European standards. Taxes are administered in form of tax rates and tax sets. The tax sets can have different tax rates for each country defined in the shop. A tax set is defined by a name and is uniquely identified by an id. As its name says, itβs associated to a set of rates. A tax rate is defined by a name, a numeric rate value and itβs linked to a country.
Installation
composer require spryker/tax
