PHPackages                             boxblinkracer/shopware-ai-demodata - 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. boxblinkracer/shopware-ai-demodata

ActiveShopware-platform-plugin

boxblinkracer/shopware-ai-demodata
==================================

AI Demo Data

v1.6.0(1y ago)311.4k↑66.7%4[3 issues](https://github.com/boxblinkracer/shopware-ai-demodata/issues)MITPHPPHP &gt;= 8.1

Since Jun 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/boxblinkracer/shopware-ai-demodata)[ Packagist](https://packagist.org/packages/boxblinkracer/shopware-ai-demodata)[ RSS](/packages/boxblinkracer-shopware-ai-demodata/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (7)Versions (9)Used By (0)

Shopware 6 AI Demo Data Plugin
==============================

[](#shopware-6-ai-demo-data-plugin)

[![Build Status](https://github.com/boxblinkracer/shopware-ai-demodata/actions/workflows/ci_pipe.yml/badge.svg)](https://github.com/boxblinkracer/shopware-ai-demodata/actions/workflows/ci_pipe.yml/badge.svg)[![GitHub release (latest by date)](https://camo.githubusercontent.com/b999daed0f15d44244485c77099548257280628fe1cd060f8707e7c6ef3130a8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f626f78626c696e6b72616365722f73686f70776172652d61692d64656d6f64617461)](https://camo.githubusercontent.com/b999daed0f15d44244485c77099548257280628fe1cd060f8707e7c6ef3130a8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f626f78626c696e6b72616365722f73686f70776172652d61692d64656d6f64617461)[![GitHub commits since latest release (by date)](https://camo.githubusercontent.com/11d31fc7998c01c1b9c1a9fc287dae286f6d44911e64cd2f389a741427e25623/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d6974732d73696e63652f626f78626c696e6b72616365722f73686f70776172652d61692d64656d6f646174612f6c6174657374)](https://camo.githubusercontent.com/11d31fc7998c01c1b9c1a9fc287dae286f6d44911e64cd2f389a741427e25623/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d6974732d73696e63652f626f78626c696e6b72616365722f73686f70776172652d61692d64656d6f646174612f6c6174657374)[![Packagist Downloads](https://camo.githubusercontent.com/020c3c1debbb22d89b15dc0fc69253b8982b7cbd45aff5f170c898dba9685493/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626f78626c696e6b72616365722f73686f70776172652d61692d64656d6f646174613f636f6c6f723d677265656e266c6f676f3d7061636b6167697374)](https://camo.githubusercontent.com/020c3c1debbb22d89b15dc0fc69253b8982b7cbd45aff5f170c898dba9685493/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626f78626c696e6b72616365722f73686f70776172652d61692d64656d6f646174613f636f6c6f723d677265656e266c6f676f3d7061636b6167697374)

This plugin is designed to generate demo data for Shopware 6 based on artificial intelligence (AI) technology. It allows you to quickly populate your Shopware 6 shop with sample data using AI-generated product information.

 [![](/.github/assets/shoes.png)](/.github/assets/shoes.png)

Installation
------------

[](#installation)

### ZIP Files

[](#zip-files)

You can download the stable ZIP file releases from Github. Just download the ZIP file and install it in the Shopware administration.

### Composer Installation

[](#composer-installation)

You can install the plugin using composer. Just navigate to your Shopware 6 project's root directory and run the following command:

```
composer require boxblinkracer/shopware-ai-demodata
```

### Manual Installation

[](#manual-installation)

Clone this repository to your Shopware 6 project's custom/plugins directory.

Navigate to your Shopware 6 project's root directory and run the following command to install the plugin dependencies:

```
make prod
```

Now just install the plugin in the Shopware 6 administration panel and activate it or by using this CLI command.

```
php bin/console plugin:refresh
php bin/console plugin:install --activate AIDemoData
```

Configuration
-------------

[](#configuration)

Log in to your Shopware 6 administration panel and navigate to Settings &gt; System &gt; Plugins.

Search for "AI Demo Data" in the plugin list and navigate to the plugin's configuration page and enter your OpenAI API key. This key is required for the AI-generated demo data generation process.

You can also provide your API key using a CLI command of Shopware:

```
php bin/console system:config:set AIDemoData.config.apiKey 123
```

There are various things that you can configure in the plugin, such as the used text and image models, styles of images and way more.

Some of these settings can also be adjusted directly when running the CLI commands.

 [![](/.github/assets/configuration.png)](/.github/assets/configuration.png)

Usage
-----

[](#usage)

Once the plugin is activated and configured with your OpenAI API key, you can use the command-line interface (CLI) to generate demo data.

To generate demo data, open your terminal, navigate to your Shopware 6 project's root directory, and run the following commands.

### Generate Products

[](#generate-products)

```
php bin/console ai-demodata:generate:products --keywords=''

# Sample
php bin/console ai-demodata:generate:products --keywords='baseball gloves, right and left, leather, high quality' --count=2
```

OpenAI will automatically figure out, if it makes sense to create **product variants**. If the product can be used as variant, then the plugin will read your configuration for the "Property for Product Variants". All options of this property will be used to create variants. I recommend using a property like "Color" or "Size" for this.

FeatureArgumentDescriptionKeywords--keywordsSpecifies the keywords or topics related to the desired demo data. You can play around with these values to generate different demo data and improve your resultsCount--countIndicates the number of demo data entries to generate (default: 1)Category--categoryThe optional name of the category if you would like to automatically assign the generated demo data to a category in the Storefront.Sales Channel--saleschannelIf you provide a category, you can also provide the sales channel name in case you have multiple ones.Images--imagesIndicates whether the generated demo data should contain images (default: plugin-configuration)Images Size--images-sizeSpecifies a size for the images of allowed OpenAI sizes like 1024x1024, 512x512 (default: plugin-configuration)After running the command, the plugin will use the specified keywords and AI technology to generate demo data based on your Shopware 6 shop's configured product structure.

### Generate Media Images

[](#generate-media-images)

```
php bin/console ai-demodata:generate:media --keywords=''

# Sample
php bin/console ai-demodata:generate:media --keywords='advertisement banner with shoes, woman standing in a city on a square, presenting her white leather high heels, focus on shoes, sun is shining, bright colors, suitcase next to shoes, grass in the background' --count=1
```

FeatureArgumentDescriptionKeywords--keywordsSpecifies the keywords or topics related to the desired demo data. You can play around with these values to generate different demo data and improve your resultsCount--countIndicates the number of demo data entries to generate (default: 1)Size--sizeSpecifies a size for the images of allowed OpenAI sizes like 1024x1024, 512x512 (default: plugin-configuration)> Please note that the generated demo data will be based on AI predictions and may not reflect actual product information. It is recommended to review and adjust the generated data before using it in a production environment.

Contribution
------------

[](#contribution)

Contributions are always welcome! Please create a pull request to contribute to this project.

You can simply start a development environment with Docker. Just open the **devops** folder and run the following command:

```
make run
```

After a few seconds your development environment should be up and running. You only need to provide your OpenAI API key and that's it.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~82 days

Recently: every ~136 days

Total

8

Last Release

499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d78ee2a88e30693dbe7d0ce975e6aed63d9b0f94246129b29bbdc962c7bb3506?d=identicon)[boxblinkracer](/maintainers/boxblinkracer)

---

Top Contributors

[![boxblinkracer](https://avatars.githubusercontent.com/u/5579326?v=4)](https://github.com/boxblinkracer "boxblinkracer (79 commits)")[![jissereitsma](https://avatars.githubusercontent.com/u/7670482?v=4)](https://github.com/jissereitsma "jissereitsma (2 commits)")[![schliesser](https://avatars.githubusercontent.com/u/11655823?v=4)](https://github.com/schliesser "schliesser (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/boxblinkracer-shopware-ai-demodata/health.svg)

```
[![Health](https://phpackages.com/badges/boxblinkracer-shopware-ai-demodata/health.svg)](https://phpackages.com/packages/boxblinkracer-shopware-ai-demodata)
```

###  Alternatives

[boxblinkracer/phpunuhi

Easy tool to work with translation files for validation, exports, imports and more.

83225.2k17](/packages/boxblinkracer-phpunuhi)[icetalker/filament-chatgpt-bot

Integrate with OpenAI ChatGPT

355.6k](/packages/icetalker-filament-chatgpt-bot)

PHPackages © 2026

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