PHPackages                             comphppuebla/dbal-fixtures - 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. [Database &amp; ORM](/categories/database)
4. /
5. comphppuebla/dbal-fixtures

ActiveLibrary[Database &amp; ORM](/categories/database)

comphppuebla/dbal-fixtures
==========================

Fixtures management with Doctrine DBAL

4.1.1(4y ago)1036.2k↑35.7%10[2 issues](https://github.com/ComPHPPuebla/dbal-fixtures/issues)MITPHPPHP &gt;=7.1

Since Dec 16Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ComPHPPuebla/dbal-fixtures)[ Packagist](https://packagist.org/packages/comphppuebla/dbal-fixtures)[ RSS](/packages/comphppuebla-dbal-fixtures/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (5)Versions (14)Used By (0)

Doctrine DBAL fixtures
======================

[](#doctrine-dbal-fixtures)

[![Build Status](https://camo.githubusercontent.com/affbb1544eff040614453b3863ff414699c200aa71b0fc446d9a1dd213b5611f/68747470733a2f2f7472617669732d63692e6f72672f436f6d504850507565626c612f6462616c2d66697874757265732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ComPHPPuebla/dbal-fixtures)[![Latest Stable Version](https://camo.githubusercontent.com/7b314568792c0e11e0a0fbad8f840290403cce51b37dfdfb432bf1b2a247c6e3/68747470733a2f2f706f7365722e707567782e6f72672f636f6d706870707565626c612f6462616c2d66697874757265732f762f737461626c652e737667)](https://packagist.org/packages/comphppuebla/dbal-fixtures)[![Latest Unstable Version](https://camo.githubusercontent.com/86e0b60155260ab1a57a480426a1316605603a5ca0496a94830b441b696f27e2/68747470733a2f2f706f7365722e707567782e6f72672f636f6d706870707565626c612f6462616c2d66697874757265732f762f756e737461626c652e737667)](https://packagist.org/packages/comphppuebla/dbal-fixtures)[![License](https://camo.githubusercontent.com/9f3760763df61389137b90ada93de4d441853e8fff2ab238d8b09b71b9a63973/68747470733a2f2f706f7365722e707567782e6f72672f636f6d706870707565626c612f6462616c2d66697874757265732f6c6963656e73652e737667)](LICENSE)[![SensioLabsInsight](https://camo.githubusercontent.com/7ebdcc82b3c1a94d9ec4dcb561d6298f46a2ba2ec1e696e5aeb0a6e7f6922e7f/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64383736303030642d363131642d343733662d623538632d3634353832393033663761392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d876000d-611d-473f-b58c-64582903f7a9)

Fixtures management using YAML files. It supports: foreign key references, and generation of fake data.

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

[](#installation)

Install this package using composer

```
$ composer require comphppuebla/dbal-fixtures
```

Documentation
-------------

[](#documentation)

The following `yml` file will insert 3 rows into the table `stations`using random values generated by [Faker](https://github.com/fzaninotto/Faker) for all the columns

```
stations:
    station_[1..3]:
        name: "${company}"
        address_line_1: "${streetAddress}"
        location: "${city}"
        coordinates: "`PointFromText('POINT(${latitude} ${longitude})')`"
        created_at: "${date('Y-m-d H:i:s', 'yesterday')}"
        last_updated_at: "${date('Y-m-d H:i:s')}"
```

Please visit the [documentation page](https://comphppuebla.github.io/dbal-fixtures/) for more details.

Contribute
----------

[](#contribute)

Please refer to [CONTRIBUTING](CONTRIBUTING.md) for information on how to contribute to this package.

License
-------

[](#license)

Released under the [MIT License](LICENSE).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 93% 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 ~246 days

Recently: every ~383 days

Total

13

Last Release

1620d ago

Major Versions

0.2.0 → 1.0.02014-10-08

1.0.0 → 2.0.02016-09-17

2.0.0 → 3.0.02017-03-13

3.1.1 → 4.0.02018-01-23

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

2.0.0PHP &gt;=5.6

3.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/f31827c02440f0028ef2e62d55f48962c2dc272ceafb61f57e30fff4c6aef020?d=identicon)[ComPHPPuebla](/maintainers/ComPHPPuebla)

---

Top Contributors

[![MontealegreLuis](https://avatars.githubusercontent.com/u/3099338?v=4)](https://github.com/MontealegreLuis "MontealegreLuis (107 commits)")[![blafasel42](https://avatars.githubusercontent.com/u/231426?v=4)](https://github.com/blafasel42 "blafasel42 (8 commits)")

---

Tags

databasedoctrine-dbalfixturesphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/comphppuebla-dbal-fixtures/health.svg)

```
[![Health](https://phpackages.com/badges/comphppuebla-dbal-fixtures/health.svg)](https://phpackages.com/packages/comphppuebla-dbal-fixtures)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)

PHPackages © 2026

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