spryker/touch
Touch module
Maintainers
4.9.0
2025-08-04 12:18 UTC
Requires
- php: >=8.2
- spryker/kernel: ^3.30.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/propel-orm: ^1.0.0
- spryker/store: ^1.0.0
- spryker/symfony: ^3.0.0
- spryker/util-data-reader: ^1.0.0
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
proprietary 87dc4419b93fe44eee7e64f124d4a530940aba81
This package is auto-updated.
Last update: 2026-06-27 04:21:36 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
As Yves has no connection to the database of Zed, touch is a key concept to make rendering front-end pages fast. Yves fetches all dynamic data from a key-value storage (Redis) and a search engine (Elasticsearch). The process of collecting data consists of two steps: touch and export. Touch module marks items for exporting to key-value storage and search.
Installation
composer require spryker/touch
