PHPackages                             eshta/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. eshta/fixtures-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

eshta/fixtures-bundle
=====================

Doctrine Persistent Fixtures

v1.0.0(9y ago)120MITPHPPHP &gt;=5.4.0

Since Nov 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/eshta/fixtures-bundle)[ Packagist](https://packagist.org/packages/eshta/fixtures-bundle)[ Docs](https://github.com/eshta/fixtures-bundle)[ RSS](/packages/eshta-fixtures-bundle/feed)WikiDiscussions master Synced 5d ago

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

EshtaFixturesBundle
===================

[](#eshtafixturesbundle)

[![Build Status](https://camo.githubusercontent.com/0426c779c8f470c94bc8e1149b2fffa8979c6f3beae5e4a919fb9eb1b6f18f81/68747470733a2f2f7472617669732d63692e6f72672f65736874612f66697874757265732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eshta/fixtures-bundle)

Based on doctrine fixtures, similar to doctrine data fixtures bundle, but it persists fixtures instead, so it detects if a certain fixture is loaded it will not load it like doctrine migrations, best used as a place for seeded data.

Setup
-----

[](#setup)

### Installation

[](#installation)

```
composer require eshta/fixtures-bundle
```

```
// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        // ...
        $bundles[] = new Eshta\FixturesBundle\EshtaFixturesBundle();

        return $bundles
    }

    // ...
}
```

### Configuration

[](#configuration)

Exclude the fixtures log table from DBAL schema

```
doctrine:
    dbal:
        schema_filter: ~^(?!fixtures_log)~
```

Usage
-----

[](#usage)

#### Help:

[](#help)

```
app/console eshta:fixtures:load -h
```

#### Load:

[](#load)

```
app/console eshta:fixtures:load
```

It will load any outstanding fixtures only, it also supports ordering as with the normal fixtures bundle

#### Load file:

[](#load-file)

```
app/console eshta:fixtures:load [--force]
```

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

[](#documentation)

checkout [doctrine fixtures bundle](http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html) except for setup, the documentation is the same.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3566d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/171837?v=4)[omars](/maintainers/omars)[@omars](https://github.com/omars)

---

Top Contributors

[![0mars](https://avatars.githubusercontent.com/u/1150811?v=4)](https://github.com/0mars "0mars (12 commits)")

---

Tags

persistenceFixturedatabasedoctrineseed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eshta-fixtures-bundle/health.svg)

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

###  Alternatives

[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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[sulu/sulu

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

1.3k1.4M231](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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