spryker/availability
Availability module
Maintainers
9.32.0
2026-06-19 11:20 UTC
Requires
- php: >=8.3
- spryker/acl-merchant-portal-extension: ^1.0.0
- spryker/availability-extension: ^1.2.0
- spryker/decimal-object: ^1.0.0
- spryker/dynamic-entity-extension: ^1.0.0
- spryker/event: ^2.3.0
- spryker/kernel: ^3.30.0
- spryker/key-builder: ^1.0.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/oms: ^11.0.0
- spryker/oms-extension: ^1.2.0
- spryker/product: ^5.0.0 || ^6.4.0
- spryker/product-alternative-extension: ^1.0.0
- spryker/product-page-search-extension: ^1.3.0
- spryker/propel-orm: ^1.16.0
- spryker/stock: ^8.11.0
- spryker/stock-extension: ^1.0.0
- spryker/storage: ^3.0.0
- spryker/store: ^1.19.0
- spryker/touch: ^3.0.0 || ^4.0.0
- spryker/transfer: ^3.27.0
- spryker/wishlist-extension: ^1.2.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 fc27607cae00499da1c554df86389b56b54d3d4a
This package is auto-updated.
Last update: 2026-06-24 08:14:23 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
Product availability is calculated based on the current stock and amount of reserved items (items in the current open orders). Availability module calculates the ProductAbstract and ProductConcrete availability, and the calculated availability is persisted. This calculations is crucial to prevent overselling.
Installation
composer require spryker/availability
