PHPackages                             boxalino/rtux-integration-shopware - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. boxalino/rtux-integration-shopware

ActiveShopware-platform-plugin[API Development](/categories/api)

boxalino/rtux-integration-shopware
==================================

Boxalino Real Time User Experience (RTUX) Integration

3.4.2(1y ago)0251MITTwigPHP ^7.2 || ~8.1

Since May 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/boxalino/rtux-integration-shopware)[ Packagist](https://packagist.org/packages/boxalino/rtux-integration-shopware)[ RSS](/packages/boxalino-rtux-integration-shopware/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (44)Used By (0)

Boxalino Real Time User Experience (RTUX) Integration - Shopware6
=================================================================

[](#boxalino-real-time-user-experience-rtux-integration---shopware6)

Introduction
------------

[](#introduction)

This repository is provided as guidelines (tutorials) on how to integrate Boxalino Winning Interractions in Shopware6. The integration is managed by the client. Boxalino can provide further documentation and assistance upon request.

Included functionalities (with samples of templates):

1. Search As you Type (Autocomplete Flyout) integration - Server Side
2. Search As you Type (Autocomplete Flyout) integration - Ajax (faster alternative to Server Side)
3. Search result page with facets (refinement filters), pagination and sorting
4. PDP product recommendations (via subscriber event)
5. Category Product-listing results (a.k.a. Navigation) with facets (refinement filters), pagination and sorting
6. CMS element (e.g.: products or blog post) for any Layout Integration (with Boxalino Narrative block)
7. Dynamic router (ex: for brand pages or landing pages)

\*\*If you are new to using Boxalino in a Shopware environment, please have first a look at our introduction documentation [here](https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/349601793/Shopware6)

The repository is being updated with new guidelines &amp; scenario. **Check the wiki page for instructions **

**We value your feedback and we welcome the community`s pull/merge-requests. Thank you.**

Integration
-----------

[](#integration)

Boxalino provides several repositories you will need. This one plays the role of the initial environment you will extend with your team. You also need the [data integration layer](https://github.com/boxalino/data-integration-shopware6) and the [framework layer](https://github.com/boxalino/rtux-shopware). The data layer repository manages the export of your data to Boxalino. The framework layout is the generic and standard Shopware6 code on which your integration plugin will depend and which is maintained by Boxalino.

While the other repositories (data layer and framework layer) will be maintained by Boxalino, this repository will not, as it is your integration environment in which you will work and use what you need and extend what you want. Therefore, as this repository is provided as a guideline (tutorial), you will need to integrate it (which means replicate it) in a repository/plugin maintainted&amp;developed by the client`s team. For this reason, this repository is generally not subject to Boxalino maintenance on client setup.

This repository can also be deployed for checking out Boxalino features (as a demo). By requiring this repository, it will also install other dependencies. Please review the [composer.json](https://github.com/boxalino/rtux-integration-shopware/blob/master/composer.json)and follow-up with other dependencies deployments guidelines.

**In order to create your own integration layer All At Once - please check the [wiki on Initial Setup (All-At-Once)](https://github.com/boxalino/rtux-integration-shopware/wiki/Initial-Setup-(All-At-Once)).**

**In order to create your own integration layer - please start in the [wiki](https://github.com/boxalino/rtux-integration-shopware/wiki#before-you-start).**

**In order to deploy it for local demo (without Boxalino assistance or a need to maintain the code in a client setup), check the *Setup* steps bellow.**

Setup
-----

[](#setup)

**ONLY FOLLOW THESE STEPS IF YOU ARE DEPLOYING A LOCAL DEMO, OTHERWISE, GO TO THE [wiki](https://github.com/boxalino/rtux-integration-shopware/wiki#before-you-start).**

1. Follow the integration steps for the [data integration layer](https://github.com/boxalino/data-integration-shopware6) and the [framework layer](https://github.com/boxalino/rtux-shopware):

    - `composer require boxalino/rtux-shopware`
    - `composer require boxalino/data-integration-shopware6`
    - `./bin/console plugin:refresh`
    - `./bin/console plugin:install --activate --clearCache BoxalinoDataIntegration BoxalinoRealTimeUserExperience`
2. Add the plugin to your project via composer (it will install dependencies [rtux-api-php, rtux-shopware, exporter-shopware6](https://github.com/boxalino/rtux-integration-shopware/blob/master/composer.json)) `composer require boxalino/rtux-integration-shopware`
3. Activate the plugin per Shopware use `./bin/console plugin:refresh``./bin/console plugin:install --activate --clearCache BoxalinoRealTimeUserExperienceIntegration`
4. Due to the JS files in the plugin (for listing &amp; filters), a theme compilation might be required: `./psh.phar storefront:build` or `./bin/build-storefront.sh `
5. Due to the JS files in the dependency plugin (tracker, Shopware6 CMS blocks, etc), a theme compilation might be required: `./psh.phar administration:build ` or `./bin/build-administration.sh `
6. Log in administration panel (/admin) and set the configurations for the framework layer and expporter. `admin#/sw/plugin/settings/BoxalinoRealTimeUserExperience``admin#/sw/plugin/settings/BoxalinoDataIntegration`
7. In order to kick off your account, a full export is required. More information available For this, please set the exporter configuration per Sales Channel and disable the plugin where it is not in use. The Headless channel must have the plugin disabled. `./bin/console boxalino:exporter:run full`
8. Import the content of [the complete-guidelines](https://github.com/boxalino/rtux-integration-shopware/tree/master/doc/complete-guidelines) JSONs in Boxalino Intelligence Admin; test, save &amp; publish.

    - Layout Blocks (Boxalino Intelligence Admin &gt;&gt; Marketing &gt;&gt; Layout Blocks)
    - Template Resources (Boxalino Intelligence Admin &gt;&gt; Advanced &gt;&gt; Template Resources)
    - Narratives (Boxalino Intelligence Admin &gt;&gt; Marketing &gt;&gt; Narratives)
    - Facets (Boxalino Intelligence Admin &gt;&gt; Merchandising &gt;&gt; Facets )
9. Search, autocomplete, cross-sellings will work automatically. In order to have navigation active, read the #About section in the cms-navigation documentation. In order to add sliders on home-page/other segments, read the #About section in the cms-slider documentation. More information on the CMS element is available in the Confluence Page

Documentation
-------------

[](#documentation)

[Shopware 6 Integration Introduction](https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/349601793/Shopware6)More documentation is available on each dependency repository wiki page.

[Shopware 6 CMS Element Configurations &amp; Practices](https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/354877485/CMS+Element+for+Shopping+Experiences) available as well in the Confluence page.

Contact us!
-----------

[](#contact-us)

If you have any question, just contact us at

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 95.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~280 days

Total

43

Last Release

628d ago

Major Versions

0.0.2 → 1.0.12020-05-20

1.1.0 → 2.0.02020-10-16

2.5.3 → 3.0.02021-04-14

1.0.0 → 3.1.02021-06-10

PHP version history (2 changes)0.0.1PHP ^7.2

3.4.1PHP ^7.2 || ~8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/89669a902ad5ae0993e382c3038e3e1e338771c3c15598ad2cddb06d314901d8?d=identicon)[dannegwork](/maintainers/dannegwork)

---

Top Contributors

[![dannegwork](https://avatars.githubusercontent.com/u/42143313?v=4)](https://github.com/dannegwork "dannegwork (139 commits)")[![mjossdev](https://avatars.githubusercontent.com/u/18013884?v=4)](https://github.com/mjossdev "mjossdev (5 commits)")[![sylvainpaillard](https://avatars.githubusercontent.com/u/15382930?v=4)](https://github.com/sylvainpaillard "sylvainpaillard (2 commits)")

### Embed Badge

![Health badge](/badges/boxalino-rtux-integration-shopware/health.svg)

```
[![Health](https://phpackages.com/badges/boxalino-rtux-integration-shopware/health.svg)](https://phpackages.com/packages/boxalino-rtux-integration-shopware)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
