PHPackages                             gos/fixture-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. gos/fixture-bundle

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

gos/fixture-bundle
==================

Fixture bundle, fixture, bundle, fixture tool, doctrine, orm

06PHP

Since Oct 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/GeniusesOfSymfony/FixtureBundle)[ Packagist](https://packagist.org/packages/gos/fixture-bundle)[ RSS](/packages/gos-fixture-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

\#Gos Fixture Bundle#

[![Build Status](https://camo.githubusercontent.com/9477bb335392d055c314034b436a8d7c5e7f74878738ed6b6ec39378f6fccca0/68747470733a2f2f7472617669732d63692e6f72672f47656e69757365734f6653796d666f6e792f4669787475726542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/GeniusesOfSymfony/FixtureBundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/ce0540268e7324f626b775693581a54d53f3e1c9804c948770b051a5c58adc59/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f47656e69757365734f6653796d666f6e792f4669787475726542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d66356665376462613561663632343365353965656463343130393831663437653461656336336365)](https://scrutinizer-ci.com/g/GeniusesOfSymfony/FixtureBundle/) [![Code Coverage](https://camo.githubusercontent.com/129ce138065df0c2e4ff723d824a22f0c9ba5c6b6316d150daa46fab4bdde181/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f47656e69757365734f6653796d666f6e792f4669787475726542756e646c652f6261646765732f636f7665726167652e706e673f733d66636138356638633632653563363361613765636631376437303337333736383131383434666236)](https://scrutinizer-ci.com/g/GeniusesOfSymfony/FixtureBundle/)

**This project is currently in development, please take care.**

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

[](#installation)

You need to have [composer](https://getcomposer.org/) to install dependencies.

```
{
    "require": {
        "gos/fixture-bundle": "{last stable version}"
    }
}
```

Then run the command on the root of your project`composer update`

Add this line in your `AppKernel.php`

```
$bundles = array(

	//Other bundles

	new Gos\Bundle\FixtureBundle\GosFixtureBundle(),
);
```

Configuration
-------------

[](#configuration)

That define we must looking for your yaml data file, you can add several path.

```
gos_fixture:
    directories:
        - 'src/*/*/DataFixtures/YML/'
```

You can also see
----------------

[](#you-can-also-see)

- [Gos Fixture component](https://github.com/GeniusesOfSymfony/Fixture)
- [Doctrine Data Fixture](https://github.com/doctrine/data-fixtures)
- [Doctrine Fixtures Bundles](https://github.com/doctrine/DoctrineFixturesBundle)

Running the tests:
------------------

[](#running-the-tests)

PHPUnit 3.5 or newer together with Mock\_Object package is required. To setup and run tests follow these steps:

- go to the root directory of fixture
- run: composer install --dev
- run: phpunit

License
-------

[](#license)

The project is under MIT lisence, for more information see the LICENSE file inside the project

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/2697e85bca7c41cb6166cf78dca3156bdbbe7950189f0b958115201dcd9a919a?d=identicon)[ProPheT777](/maintainers/ProPheT777)

### Embed Badge

![Health badge](/badges/gos-fixture-bundle/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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