PHPackages                             aist/aist-alice-fixtures - 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. aist/aist-alice-fixtures

ActiveLibrary[Database &amp; ORM](/categories/database)

aist/aist-alice-fixtures
========================

Alice Fixtures for ZF2.

8225[1 issues](https://github.com/ma-si/aist-alice-fixtures/issues)PHP

Since Aug 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ma-si/aist-alice-fixtures)[ Packagist](https://packagist.org/packages/aist/aist-alice-fixtures)[ RSS](/packages/aist-aist-alice-fixtures/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

AistAliceFixtures [![SensioLabsInsight](https://camo.githubusercontent.com/43789f877f315d7365982612cf33ebad4f02d118e219a2d7c5f38d8cfefb58f0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63333434626235642d396436362d346636332d623030362d6234643735383634333930342f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/c344bb5d-9d66-4f63-b006-b4d758643904)
========================================================================================================================================================================================================================================================================================================================================================================================================

[](#aistalicefixtures-)

A Zend Framework 2 Module integrating [nelmio/alice](https://github.com/nelmio/alice) and [fzaninotto/Faker](https://github.com/fzaninotto/Faker). AistAliceFixtures allows you to create fixtures/fake data for use while developing or testing projects. It provides you a few essential tools to make it very easy to generate complex data with constraints in a readable and easy to edit way.

[![Build Status](https://camo.githubusercontent.com/5ede4395c4be95f0b71be00b3ec0f28c5c52641db0150bfb4a74018d8067c1be/68747470733a2f2f7472617669732d63692e6f72672f6d612d73692f616973742d616c6963652d66697874757265732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ma-si/aist-alice-fixtures)[![Total Downloads](https://camo.githubusercontent.com/82e4389a3395409460d8fddb7535b599c5712830975ea7998e1e89983dce24fe/68747470733a2f2f706f7365722e707567782e6f72672f616973742f616973742d616c6963652d66697874757265732f646f776e6c6f616473)](https://packagist.org/packages/aist/aist-alice-fixtures)[![Reference Status](https://camo.githubusercontent.com/9ec21028ce3781ec1bc537aa09c9b69639a53fb2b9cc12b166428b055c3016e3/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f616973743a616973742d616c6963652d66697874757265732f7265666572656e63655f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/php/aist:aist-alice-fixtures/references)[![Dependency Status](https://camo.githubusercontent.com/d0a81871c3ccb78263b2f390a6aeddead990af1681eb20353a04572ead8fbde2/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535643861633830386439633462303032313030303031362f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55d8ac808d9c4b0021000016)![Packagist](https://camo.githubusercontent.com/7bad017c49d840067ac91584fec8d3b9c1942e9579ccad4c47f7f00104270a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616973742f616973742d616c6963652d66697874757265732e737667)[![Code Climate](https://camo.githubusercontent.com/d111815faa297b3393c17df2a05f32a8d83904012190db96d97c8ddb012b481f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6d612d73692f616973742d616c6963652d66697874757265732f6261646765732f6770612e737667)](https://codeclimate.com/github/ma-si/aist-alice-fixtures)[![License](https://camo.githubusercontent.com/0da07f86c2b85a784e2ae1d950c8942cd418e8a2f123dc3c17c92bfa3b14145b/68747470733a2f2f706f7365722e707567782e6f72672f616973742f616973742d616c6963652d66697874757265732f6c6963656e7365)](https://packagist.org/packages/aist/aist-alice-fixtures)

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

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

1. Install the module via composer by running:

    ```
    php composer.phar require aist/aist-alice-fixtures
    ```

    or download it directly from github and place it in your application's `module/` directory.
2. Add the `AistAliceFixtures` module to the module section of your `config/application.config.php`

Formatters
----------

[](#formatters)

This module provides additional formatters extending faker. Here is a list of the bundled formatters.

### `AistAliceFixtures\Faker\Provider\Internet` extends `Faker\Provider\Internet`

[](#aistalicefixturesfakerproviderinternet-extends-fakerproviderinternet)

```
slug                    // 'aut-repellat-commodi-vel-itaque-nihil-id-saepe-nostrum'
uniDecode               // 'Zazolc gesla jazn'

```

`` allows to pass parameter into slugifier

Example fixture
---------------

[](#example-fixture)

```
AistUser\Entity\AistUser:
    AistUser_{1..10}:
        username:
        fullname:
        slug: fullname)>
        birthDate:
        email:
```

Loading fixtures
----------------

[](#loading-fixtures)

```
bin/doctrine-module orm:fixtures:load --force

```

It will append fixtures to existing DB.

Checklist
---------

[](#checklist)

- Add truncate data &amp; --append option
- Add tests

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b693076307a5fa17b0df69ee058c3f95482bd01e93f3d17a27137d6fdf1c17?d=identicon)[aist](/maintainers/aist)

---

Top Contributors

[![ma-si](https://avatars.githubusercontent.com/u/1869327?v=4)](https://github.com/ma-si "ma-si (9 commits)")

---

Tags

alicealice-fixturesfakerfixtures

### Embed Badge

![Health badge](/badges/aist-aist-alice-fixtures/health.svg)

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

###  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)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

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

Reliese Components for Laravel Framework code generation.

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

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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