PHPackages                             scr-be/arthur-doctrine-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. [Database &amp; ORM](/categories/database)
4. /
5. scr-be/arthur-doctrine-fixtures-bundle

Abandoned → [src-run/arthur-doctrine-fixtures-bundle](/?search=src-run%2Farthur-doctrine-fixtures-bundle)Library[Database &amp; ORM](/categories/database)

scr-be/arthur-doctrine-fixtures-bundle
======================================

A set of classes, centered around `AbstractFixture` and its children, that allows for a simple implementation of Doctrine ORM fixture loading.

0.5.x-dev(10y ago)0642MITPHPPHP ~5.6|~7.0

Since Dec 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/src-run/arthur-doctrine-fixtures-bundle)[ Packagist](https://packagist.org/packages/scr-be/arthur-doctrine-fixtures-bundle)[ Docs](https://scr.be/arthur-doctrine-fixtures-bundle)[ RSS](/packages/scr-be-arthur-doctrine-fixtures-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (15)Versions (5)Used By (2)

\[scr-be\] arthur-doctrine-fixtures-bundle
==========================================

[](#scr-be-arthur-doctrine-fixtures-bundle)

Continuous IntegrationCode Quality ReviewUnitTest Coverage[![Travis](https://camo.githubusercontent.com/c89cceac828ec3254a805512a861f00d5b8c00b001556a9611ceb43c6814589a/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f7472617669735f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/travis)[![Codacy](https://camo.githubusercontent.com/aee95020f487f394ab35d203b7e6cfefc31e854ebe48fa70a080dfce82931d6c/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f636f646163795f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/codacy)[![Coveralls](https://camo.githubusercontent.com/c56d5ee3d5732263c97544e20651027fcf722e8d7f21c6546122da309d37cb5a/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f636f766572616c6c735f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/coveralls)Overview
--------

[](#overview)

[Welcome](https://scr.be/go/readme_welcome)! The `scr-be/arthur-doctrine-fixtures-bundle` package provides providing advanced YAML-based data-fixture importing, including support for priority- or dependent-based import ordering, configurable per-table merge or purge import strategies, simple inter-fixture references, and more.

### Grouping

[](#grouping)

This package is part of the [arthur](https://scr.be/arthur-doctrine-fixtures-bundle/group)group ([explanation](https://scr.be/arthur-doctrine-fixtures-bundle/group_explanation)), comprised of other releases with a concentration in *core doctrine base classes*, and related functionality.

### JTT

[](#jtt)

This package represents a single project within a [large collection](https://scr.be/go/explore) of open-source code released under the *Scribe* namespace, comprised of framework-agnostic libraries, and a number of Symfony bundles. These projects are authored and maintained by [Rob Frawley 2nd](https://scr.be/rmf) and [collaborators](https://scr.be/arthur-doctrine-fixtures-bundle/github_collaborators), often with the support of [Scribe Inc](https://scr.be/go/scribe-home).

Quick Start
-----------

[](#quick-start)

### Installation

[](#installation)

Get the code by requiring it explicitly via the [Composer](https://getcomposer.com)CLI, or by editing your *composer.json* to reflect the dependency and updating your project requirements. For example, to explicitly require this project using the CLI, use the following command.

```
$ composer require scr-be/arthur-doctrine-fixtures-bundle
```

To enable the bundle, register it with your Symfony application kernel by instantiating *ScribeArthurDoctrineFixturesBundle* within the bundle array.

```
// app/AppKernel.php
class AppKernel extends Kernel {
    public function registerBundles() {
        $bundles = [
            // ...
            new Scribe\Arthur\DoctrineFixturesBundle\ScribeArthurDoctrineFixturesBundle(),
        ];
        // ...
    }
}
```

### Configuration

[](#configuration)

Available configuration values can be referenced by using the Symfony console command `app/console` (assuming the Symfony full-stack framework and bundle registration). Additionally, this bundle provides a bare console executable that can be invoked by calling the following.

```
bin/arthur-doctrine-fixtures config:dump-reference scribe_arthur_doctrine_fixtures
```

Reference
---------

[](#reference)

### API Docs

[](#api-docs)

This package's API-documentation is available at [scr.be/arthur-doctrine-fixtures-bundle/api](https://scr.be/arthur-doctrine-fixtures-bundle/api), (as well as linked below via the *Reference* badge found under the *Additional Links*header). All API-reference is build against the *master* Git branch and updated automatically on each Git push---api-reference for *specific releases* will be provided once this package has matured.

> The entire API-reference website is auto-generated using a quick, reliable, and well-developed CLI tool called [Sami](https://scr.be/go/sami). It is rigerously and regularly tested through its use in large, complex projects, such as the [Symfony Full-Stack Framework](https://scr.be/go/symfony)&lt;see: [scr.be/go/api-ref-symfony](https://scr.be/go/symfony-api)&gt;, as well as its use in smaller projects such [Twig](https://scr.be/go/sami-twig)&lt;see: [scr.be/go/api-ref-twig](https://scr.be/go/twig-api)&gt;. Reference Sami's [GitHub page](https://scr.be/go/sami) to learn how to use it with your own projects!

### Examples/Tutorials

[](#examplestutorials)

Currently, there is no *"human-written"* documentation---outside of this README. Pending package stability and available resources, a [RTD (Read the Docs)](https://scr.be/go/rtd) page will be published with additional information and tutorials, including real use-cases within the Symfony Framework.

Contributing
------------

[](#contributing)

### Discussion

[](#discussion)

For general inquiries or to discuss a broad topic or idea, you can find *robfrawley* on Freenode. There is also a *\#scribe* channel, which can be joined using the following link irc.choopa.net:6669/scribe.

### Issues

[](#issues)

To report issues or request a new feature use [GitHub](https://scr.be/arthur-doctrine-fixtures-bundle/github_issues)or [GitLab](https://scr.be/arthur-doctrine-fixtures-bundle/gitlab_issues)to start a discussion. Include as much information as possible to aid in a quick resolution. Feel free to "ping" the topic if you don't get a response within a few days.

### Code

[](#code)

You created additional functionality during the use of this package? Send it back upstream! *Don't hesitate to submit a pull request!* Beyond the brief requirements outlined in the [contibuting guide](https://scr.be/arthur-doctrine-fixtures-bundle/contributing), your [imagination](https://scr.be/go/readme_imagination)represents the only limitation.

License
-------

[](#license)

This project is licensed under the [MIT License](https://scr.be/go/mit), an [FSF](https://scr.be/go/fsf)-/[OSI](https://scr.be/go/osi)-approved and [GPL](https://scr.be/go/gpl)-compatible, permissive free software license. Review the [LICENSE](https://scr.be/arthur-doctrine-fixtures-bundle/license)file distributed with this source code for additional information.

Additional Links
----------------

[](#additional-links)

PurposeStatus*Stable Release*[![Packagist](https://camo.githubusercontent.com/3d9095fccec1bd7565051cd378d9fa8f7b48132a29ff27c5e43bb20ac96589e0/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f7061636b61676973745f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/packagist)*Dev Release*[![Packagist](https://camo.githubusercontent.com/63e43fbd5f23cac1be59e09025d30a86be7427930b09e5511923eb518feab427/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f7061636b61676973745f7072655f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/packagist)*License*[![License](https://camo.githubusercontent.com/1cdaec31c39e3c7783f7992325f64b19b0513fe48cf6a7a8cdb3f2d868c1a901/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f6c6963656e73655f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/license)*Reference*[![License](https://camo.githubusercontent.com/19cc13f1ff482c2bba9a5ae56ca21fce61a4814817a041e87f259907d506d013/68747470733a2f2f7363722e62652f6172746875722d646f637472696e652d66697874757265732d62756e646c652f6170695f736869656c64)](https://scr.be/arthur-doctrine-fixtures-bundle/api)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

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 ~31 days

Total

4

Last Release

3719d ago

PHP version history (2 changes)0.1.x-devPHP &gt;=5.6.4,~5.6|~7.0

0.5.x-devPHP ~5.6|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/58cf83f3ed29f210aa52fec443014572688d7c948aeac0cfdb8ccf216a3f437b?d=identicon)[robfrawley](/maintainers/robfrawley)

---

Top Contributors

[![robfrawley](https://avatars.githubusercontent.com/u/3967713?v=4)](https://github.com/robfrawley "robfrawley (32 commits)")

---

Tags

librarydoctrineScribescribenetscribe-softwarescribe-systemsscr.bearthur-doctrine-fixtures-bundlescribe-arthur-doctrine-fixtures-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scr-be-arthur-doctrine-fixtures-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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