appventus/datamigration-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Record and import data

Installs: 8 461

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 11

Forks: 1

Open Issues: 2

Type:symfony-bundle

dev-master / 0.1.x-dev 2014-07-24 08:23 UTC

This package is auto-updated.

Last update: 2021-12-21 22:34:52 UTC


README

This bundle allows to automatically record actions on the doctrine entities (create/update/delete) and restore these entities on another database using a command.

Usage example:

  • You are using a CMS

    • You are using a CMS, all the application interface is done using the web interface, and the data are recorded by the bundle.
    • You commit and push the migration file.
    • The others developers get the file pulling the sources.
    • Others developers can then migrate their database data without doing a sql dump.
  • You are creating fixtures or tests data using your application

    • The data are recorded
    • You commit and push the migration file.
    • The others developers get the file pulling the sources.
    • Others developers can then migrate their database data without doing a sql dump.

Installation and Usage

Resources/documentation/usage

Technical Documentation

Resources/documentation/technical