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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shopware/fixture-bundle

ActiveShopware-bundle[Utility &amp; Helpers](/categories/utility)

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

Fixture Bundle for Shopware 6

0.1.0(1y ago)55.3k↓49.6%1MITPHPPHP ^8.2CI passing

Since Jun 17Pushed 1y agoCompare

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

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

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:

```
