ioniks / DoctrineFixturesGeneratorBundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoctrineFixturesGeneratorBundle

Latest Stable Version Total Downloads Latest Unstable Version License

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

Only ready stuff are publish on git for now. This is not a functional bundle!!!

Features include:

  • Create fixture from existing entity data.
  • Option to specify the exact IDs to import in your fixture.
  • @todo Generate fixture reference when any other entity is link to this entity.
  • @todo Automatically set the load order (actually set to 1 and need to be change by hand.)

Caution: This bundle is a development bundle and actually in high development itself and should not be use on production server.

Version note

  • For symfony 2.3 and 2.4, use the version v1.0.*
  • For symfony 2.5 and over, use the version v1.1.* or dev-master.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

DoctrineFixturesGeneratorBundle is a [Webonaute] initiative. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

About

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.


Languages

Language:PHP 100.0%