appventus / datamigration-bundle
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
Requires
- appventus/shortcuts-bundle: dev-master
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.