PHPackages                             aa/akeneo-fixture-loader - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aa/akeneo-fixture-loader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aa/akeneo-fixture-loader
========================

Akeneo PIM Fixture Loader

09PHP

Since Jun 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/a-ast/akeneo-fixture-loader)[ Packagist](https://packagist.org/packages/aa/akeneo-fixture-loader)[ RSS](/packages/aa-akeneo-fixture-loader/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Akeneo Fixture Loader
=====================

[](#akeneo-fixture-loader)

[![Build Status](https://camo.githubusercontent.com/c3aa5a424c08f0c272737bbb2e8513331708f3addb7512ac55c47655c263f0fd/68747470733a2f2f7472617669732d63692e6f72672f612d6173742f616b656e656f2d666978747572652d6c6f616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/a-ast/akeneo-fixture-loader)

Akeneo Fixture Loader allows you to create fixtures data for use while developing or testing your Akeneo project.

- Loads fixture data using Akeneo REST API.
- Uses Alice-like syntax and [Faker](https://github.com/fzaninotto/Faker) for data generation.
- Uses [Akeneo Data Loader](https://github.com/a-ast/akeneo-data-loader)

Example
-------

[](#example)

Load 10 products with fake skus:

```
use Aa\AkeneoDataLoader\Api;
use Aa\AkeneoFixtureLoader\FixtureLoaderFactory;

$apiCredentials = Api\Credentials::create('https://your.akeneo.host/', 'clientId', 'secret', 'username', 'password');

$loaderFactory = new FixtureLoaderFactory();
$loader = $factory->createByCredentials($apiCredentials);

$loader->loadData([

    'product_{1..10}' => [
        'identifier' => 'test-',
    ]

]);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0838477bd5a8b5ea070b5779c0595de0c34860cb3d77599ff8274138f145f060?d=identicon)[AAstakhov](/maintainers/AAstakhov)

---

Top Contributors

[![a-ast](https://avatars.githubusercontent.com/u/6177375?v=4)](https://github.com/a-ast "a-ast (26 commits)")

### Embed Badge

![Health badge](/badges/aa-akeneo-fixture-loader/health.svg)

```
[![Health](https://phpackages.com/badges/aa-akeneo-fixture-loader/health.svg)](https://phpackages.com/packages/aa-akeneo-fixture-loader)
```

###  Alternatives

[vishnubob/wait-for-it

Pure bash script to test and wait on the availability of a TCP host and port

9.8k157.6k3](/packages/vishnubob-wait-for-it)[nodejs-php-fallback/nodejs-php-fallback

Allow you to call node.js module or scripts throught PHP and call a fallback function if node.js is not available

17454.7k8](/packages/nodejs-php-fallback-nodejs-php-fallback)

PHPackages © 2026

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