PHPackages                             trappar/alice-generator-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. [Testing &amp; Quality](/categories/testing)
4. /
5. trappar/alice-generator-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

trappar/alice-generator-bundle
==============================

Symfony bundle for generating Alice fixtures from Doctrine entities

v2.0.1(7y ago)45169.6k↑133.3%12[4 issues](https://github.com/trappar/AliceGeneratorBundle/issues)[1 PRs](https://github.com/trappar/AliceGeneratorBundle/pulls)1MITPHPPHP ^7.1

Since Jun 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/trappar/AliceGeneratorBundle)[ Packagist](https://packagist.org/packages/trappar/alice-generator-bundle)[ RSS](/packages/trappar-alice-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (11)Versions (7)Used By (1)

AliceGeneratorBundle [![Build Status](https://camo.githubusercontent.com/37ed1269cde3685f04bdb3cb3aad565bdaba9e18e4e5d60bdf52ff9c49133215/68747470733a2f2f7472617669732d63692e6f72672f747261707061722f416c69636547656e657261746f7242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/trappar/AliceGeneratorBundle)
========================================================================================================================================================================================================================================================================================================================================

[](#alicegeneratorbundle-)

This bundle integrates the [AliceGenerator](https://github.com/trappar/AliceGenerator) library into Symfony.

Introduction
------------

[](#introduction)

TrapparAliceGeneratorBundle allows you to generate Alice Fixtures from your existing data.

You can learn more in the [documentation for the standalone library](https://github.com/trappar/AliceGenerator).

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)
    - [Full Configuration Reference](src/Trappar/AliceGeneratorBundle/Resources/doc/configuration.md)
- [Usage](#usage)
- [Resources](#resources)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

```
composer require trappar/alice-generator-bundle
```

Then, enable the bundle by updating your `app/AppKernel.php` file to enable the bundle:

```
