PHPackages                             useallfive/doctrine-data-fixtures-command - 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. [CLI &amp; Console](/categories/cli)
4. /
5. useallfive/doctrine-data-fixtures-command

ActiveLibrary[CLI &amp; Console](/categories/cli)

useallfive/doctrine-data-fixtures-command
=========================================

Doctrine DataFixtures CLI command

424.8k3[1 PRs](https://github.com/UseAllFive/doctrine-data-fixtures-command/pulls)1

Since Oct 30Pushed 12y ago25 watchersCompare

[ Source](https://github.com/UseAllFive/doctrine-data-fixtures-command)[ Packagist](https://packagist.org/packages/useallfive/doctrine-data-fixtures-command)[ RSS](/packages/useallfive-doctrine-data-fixtures-command/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (1)

Doctrine DataFixtures command
=============================

[](#doctrine-datafixtures-command)

[![SensioLabsInsight](https://camo.githubusercontent.com/067ce47606ca27981b0356d246694b55a2d75a8409f964df60d4bc7203182a64/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64633565643036302d633964342d343931362d393934312d6537383430323435333266312f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/dc5ed060-c9d4-4916-9941-e784024532f1)

This is a version of the [Symfony 2 Doctrine Data Fixtures](https://github.com/doctrine/DoctrineFixturesBundle) command that does NOT require symfony.

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

[](#installation)

Via composer:

```
php composer.phar require useallfive/doctrine-data-fixtures-command dev-master
```

If you don't already have your own version of the Doctrine CLI tool, you can copy the one provided with doctrine and place it wherever you see fit. For this example we'll place it in the project root. It's also worth mentioning that you can utilize [a composer post install/update hook](http://getcomposer.org/doc/articles/scripts.md) to take care of this for you.

```
cp vendor/bin/doctrine.php doctrine
```

Add the command to the `$commands` array in your CLI script.

```
// ...
$commands = array(
    new \UseAllFive\Command\LoadDataFixturesDoctrineCommand(),
);
```

You're all set!

### Notes

[](#notes)

Unlike the symfony 2 version of this, you'll need to specify a fixtures path.

```
php doctrine fixtures:load /path/to/fixtures
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/207950?v=4)[Matt Farmer](/maintainers/m14t)[@m14t](https://github.com/m14t)

---

Top Contributors

[![cpubot](https://avatars.githubusercontent.com/u/845717?v=4)](https://github.com/cpubot "cpubot (4 commits)")[![m14t](https://avatars.githubusercontent.com/u/207950?v=4)](https://github.com/m14t "m14t (1 commits)")

### Embed Badge

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

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

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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