PHPackages                             kunstmaan/fixtures-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kunstmaan/fixtures-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

kunstmaan/fixtures-bundle
=========================

With this bundle you'll be able to create fixtures through yaml files in an easy way

7.3.0(1y ago)152.4k↓25.9%1[1 PRs](https://github.com/Kunstmaan/KunstmaanFixturesBundle/pulls)1MITPHPPHP ^8.1

Since Jul 6Pushed 3mo ago7 watchersCompare

[ Source](https://github.com/Kunstmaan/KunstmaanFixturesBundle)[ Packagist](https://packagist.org/packages/kunstmaan/fixtures-bundle)[ Docs](https://github.com/Kunstmaan/FixturesBundle)[ RSS](/packages/kunstmaan-fixtures-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (14)Versions (200)Used By (1)

How to use the FixturesBundle
=============================

[](#how-to-use-the-fixturesbundle)

You will still use the default doctrine fixtures way but instead of extending from the `Doctrine\Common\DataFixtures\AbstractFixture` class, you will instead extend from the `Kunstmaan\FixturesBundle\Loader\FixtureLoader` class.

This is what your fixture class will look like:

```
