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 2d 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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1283d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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