klaviyo / shopware-klaviyo
Shopware 6 plugin for Klaviyo integration
Package info
github.com/klaviyo/shopware-klaviyo
Type:shopware-platform-plugin
pkg:composer/klaviyo/shopware-klaviyo
4.2.0
2026-02-25 14:19 UTC
Requires
- php: ^8.2
- ext-json: *
- shopware/administration: 6.7.*
- shopware/core: 6.7.*
- shopware/storefront: 6.7.*
This package is not auto-updated.
Last update: 2026-06-05 16:37:47 UTC
README
This plug-in integrates a new module in Shopware which allows the integration of Klaviyo
The main feature of this plugin is the integration of Klaviyo Event Tracking
The plugin offers the following features:
- Tracking customer data
- Tracking subscribers
- Tracking website activity
- Tracking order activity
- Tracking products
Requirements
- Shopware >= 6.4.0.0
Embedded Dependencies:
- OD Scheduler ^1.0.0
Documentation
Testing
To perform tests, phpunit.xml.dist must be configured properly (at least KLAVIYO_PRIVATE_KEY const parameter), overwise this tests willl be skipped. Run the following command to execute common testsuite in module root:
./bin/phpunit.sh --testsuite General
How to run load tests:
./bin/phpunit.sh --testsuite Load