PHPackages                             shopware/fixture-bundle - 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. shopware/fixture-bundle

ActiveShopware-bundle

shopware/fixture-bundle
=======================

Fixture Bundle for Shopware 6

0.1.0(11mo ago)53.0k↓36.7%MITPHPPHP ^8.2CI passing

Since Jun 17Pushed 11mo agoCompare

[ Source](https://github.com/shopwareLabs/FixtureBundle)[ Packagist](https://packagist.org/packages/shopware/fixture-bundle)[ RSS](/packages/shopware-fixture-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Shopware FixtureBundle
======================

[](#shopware-fixturebundle)

The FixtureBundle provides a flexible and organized way to load test data into your Shopware 6 application. It supports dependency management, priority-based execution, and group filtering.

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

[](#installation)

```
composer require shopware/fixture-bundle:*
```

Creating Fixtures
-----------------

[](#creating-fixtures)

### Basic Fixture

[](#basic-fixture)

Create a class that implements `FixtureInterface` and add the `#[Fixture]` attribute:

```
