PHPackages                             doctrine-fixtures/data-generation-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. [Testing &amp; Quality](/categories/testing)
4. /
5. doctrine-fixtures/data-generation-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

doctrine-fixtures/data-generation-bundle
========================================

Generate test data for development and testing

1.0.6(3y ago)06MITPHPPHP &gt;=7.2.5

Since Dec 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/talhaamir4130/DataGenerationBundle)[ Packagist](https://packagist.org/packages/doctrine-fixtures/data-generation-bundle)[ RSS](/packages/doctrine-fixtures-data-generation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

DataGenerationBundle
====================

[](#datagenerationbundle)

This bundle aims to assist developers to generate random data for development and testing purposes.

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

[](#installation)

`composer require --dev "doctrine-fixtures/data-generation-bundle"`

Create file `fixtures-config.yml` in root of your project:

```
# fixtures-config.yml
user:
  namespace: App\Entity\User
  defined_roles:
    - ROLE_USER
    - ROLE_ADMIN
    - ROLE_SUPER_ADMIN
    - ROLE_ALLOWED_TO_SWITCH
  rows: 500
entities:
  article:
    namespace: App\Entity\Article
    construct: true # Expects some class as constructor argument
    rows: 100
  article_page:
    namespace: App\Entity\ArticlePage
    rows: 60
```

### User data

[](#user-data)

Users with `email`, `password`, `roles`

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

9

Last Release

1227d ago

Major Versions

0.0.2 → 1.0.02022-12-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aa154cc909afdbd087c6bba97792833c1faf2c46fd707740f113db8f5ecefab?d=identicon)[talhaamir](/maintainers/talhaamir)

---

Top Contributors

[![talhaamir4130](https://avatars.githubusercontent.com/u/18555977?v=4)](https://github.com/talhaamir4130 "talhaamir4130 (15 commits)")

### Embed Badge

![Health badge](/badges/doctrine-fixtures-data-generation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/doctrine-fixtures-data-generation-bundle/health.svg)](https://phpackages.com/packages/doctrine-fixtures-data-generation-bundle)
```

###  Alternatives

[liip/test-fixtures-bundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications

1798.3M42](/packages/liip-test-fixtures-bundle)[lchrusciel/api-test-case

Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.

4115.5M63](/packages/lchrusciel-api-test-case)[zenstruck/mailer-test

Alternative, opinionated helpers for testing emails sent with symfony/mailer.

46671.1k3](/packages/zenstruck-mailer-test)[pierstoval/smoke-testing

Smoke testing automator for Symfony applications

4032.6k](/packages/pierstoval-smoke-testing)[trappar/alice-generator-bundle

Symfony bundle for generating Alice fixtures from Doctrine entities

45169.6k1](/packages/trappar-alice-generator-bundle)[liorchamla/symfony-test-helpers

Provides cool tools to make testing over symfony smoothie and great !

222.2k](/packages/liorchamla-symfony-test-helpers)

PHPackages © 2026

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