PHPackages                             knplabs/rad-fixtures-load - 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. knplabs/rad-fixtures-load

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

knplabs/rad-fixtures-load
=========================

A command to load them all

1.6.1(8y ago)2580.9k4[3 issues](https://github.com/KnpLabs/rad-fixtures-load/issues)MITPHPPHP ~7.0

Since Mar 31Pushed 3y ago24 watchersCompare

[ Source](https://github.com/KnpLabs/rad-fixtures-load)[ Packagist](https://packagist.org/packages/knplabs/rad-fixtures-load)[ RSS](/packages/knplabs-rad-fixtures-load/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (14)Used By (0)

DEPRECATED
==========

[](#deprecated)

Unfortunately we decided to not maintain this project anymore ([see why](https://knplabs.com/en/blog/news-for-our-foss-projects-maintenance)). If you want to mark another package as a replacement for this one please send an email to .

Rapid Application Development : Fixtures Load
=============================================

[](#rapid-application-development--fixtures-load)

A command to load them all

[![Build Status](https://camo.githubusercontent.com/f875314190a924dad59455f0f3dd996af9a13c6c5d8c288a173961124c6dfc94/68747470733a2f2f7472617669732d63692e6f72672f4b6e704c6162732f7261642d66697874757265732d6c6f61642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/KnpLabs/rad-fixtures-load)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f41505691e220430e3255cc11c74cb42b7f774df87f2f1d5aedd4d450d1ee163/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b6e704c6162732f7261642d66697874757265732d6c6f61642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/KnpLabs/rad-fixtures-load/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/2b1919d047cfeb5dae91856927937b88d5b571aed3590125a9d23afdd16a6188/68747470733a2f2f706f7365722e707567782e6f72672f6b6e706c6162732f7261642d66697874757265732d6c6f61642f762f737461626c65)](https://packagist.org/packages/knplabs/rad-fixtures-load) [![Total Downloads](https://camo.githubusercontent.com/68c23fa03cbf31ac551f63e025af6991a99703060494ff2058b964916c058f4a/68747470733a2f2f706f7365722e707567782e6f72672f6b6e706c6162732f7261642d66697874757265732d6c6f61642f646f776e6c6f616473)](https://packagist.org/packages/knplabs/rad-fixtures-load) [![Latest Unstable Version](https://camo.githubusercontent.com/c90f14eaf03cff911e01cc523186e10568e08d9c3024826d7a756e9158c3a8a2/68747470733a2f2f706f7365722e707567782e6f72672f6b6e706c6162732f7261642d66697874757265732d6c6f61642f762f756e737461626c65)](https://packagist.org/packages/knplabs/rad-fixtures-load) [![License](https://camo.githubusercontent.com/65438bf2cea053190fcdda9f7e221593e65f56b3c49be115da23dc29e1903f1c/68747470733a2f2f706f7365722e707567782e6f72672f6b6e706c6162732f7261642d66697874757265732d6c6f61642f6c6963656e7365)](https://packagist.org/packages/knplabs/rad-fixtures-load)

This library uses the awesome [nelmio/alice](https://github.com/nelmio/alice) library.

Official maintainers:
=====================

[](#official-maintainers)

- [@lcouellan](https://github.com/lcouellan)
- [@AntoineLelaisant](https://github.com/AntoineLelaisant)

Installation
============

[](#installation)

```
composer require --dev knplabs/rad-fixtures-load:~1.0
```

```
class AppKernel
{
    function registerBundles()
    {
        $bundles = array(
            //...
            new Knp\Rad\FixturesLoad\Bundle\FixturesLoadBundle(),
            //...
        );

        //...

        return $bundles;
    }
}
```

Usages
======

[](#usages)

Inside your bundle, you have to store your Alice fixtures files into `Resources/fixtures/orm`.

Load fixtures of all bundles
----------------------------

[](#load-fixtures-of-all-bundles)

Just run the command

```
app/console rad:fixtures:load
```

Or if you need both resetting your schema, just add -r option

```
app/console rad:fixtures:load -r
```

Load fixtures of specific bundles
---------------------------------

[](#load-fixtures-of-specific-bundles)

I've got two bundles, `App` and `Api`.

```
app/console rad:fixtures:load -b App -b Api
```

The order is important. Fixtures will be loaded following this order.

Use file filtering
------------------

[](#use-file-filtering)

If I run this command

```
app/console rad:fixtures:load -f dev
```

All files finishing with `.dev.yml` will be loaded. And just those files.

You can also chain filters.

```
app/console rad:fixtures:load -f dev -f test
```

In this case, order doesn't have any importance.

Use Alice provider or Alice processor
-------------------------------------

[](#use-alice-provider-or-alice-processor)

You just have to tag your service with `knp_rad_fixtures_load.provider` or `knp_rad_fixtures_load.processor`.

```
my_bundle.my_provider:
    class: My\Provider
    tags:
        - { name: knp_rad_fixtures_load.provider }

my_bundle.my_processor:
    class: My\Processor # implements Nelmio\Alice\ProcessorInterface
    tags:
        - { name: knp_rad_fixtures_load.processor }
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~168 days

Total

11

Last Release

3162d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.4

1.6.1PHP ~7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/202732?v=4)[KNP Labs](/maintainers/KnpLabs)[@KnpLabs](https://github.com/KnpLabs)

---

Top Contributors

[![PedroTroller](https://avatars.githubusercontent.com/u/1766827?v=4)](https://github.com/PedroTroller "PedroTroller (14 commits)")[![clairefortin](https://avatars.githubusercontent.com/u/1827177?v=4)](https://github.com/clairefortin "clairefortin (7 commits)")[![Djeg](https://avatars.githubusercontent.com/u/1638230?v=4)](https://github.com/Djeg "Djeg (5 commits)")[![sgomez](https://avatars.githubusercontent.com/u/580701?v=4)](https://github.com/sgomez "sgomez (3 commits)")[![akovalyov](https://avatars.githubusercontent.com/u/2339101?v=4)](https://github.com/akovalyov "akovalyov (2 commits)")[![chr-hertel](https://avatars.githubusercontent.com/u/2852185?v=4)](https://github.com/chr-hertel "chr-hertel (2 commits)")[![polc](https://avatars.githubusercontent.com/u/3513348?v=4)](https://github.com/polc "polc (2 commits)")[![ivan-mosiev-altexsoft](https://avatars.githubusercontent.com/u/768022?v=4)](https://github.com/ivan-mosiev-altexsoft "ivan-mosiev-altexsoft (1 commits)")[![alexpozzi](https://avatars.githubusercontent.com/u/8307861?v=4)](https://github.com/alexpozzi "alexpozzi (1 commits)")[![lcouellan](https://avatars.githubusercontent.com/u/6502480?v=4)](https://github.com/lcouellan "lcouellan (1 commits)")

---

Tags

fixturesSymfony2alicecommandload

### Embed Badge

![Health badge](/badges/knplabs-rad-fixtures-load/health.svg)

```
[![Health](https://phpackages.com/badges/knplabs-rad-fixtures-load/health.svg)](https://phpackages.com/packages/knplabs-rad-fixtures-load)
```

###  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)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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