symfony-bundle datamigration-bundle
Record and import data
appventus/datamigration-bundle
Record and import data
- Friday, December 4, 2015
- by lenybernard
- Repository
- 11 Watchers
- 3 Stars
- 7,807 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 2 Open issues
- 2 Versions
- 2 % Grown
DataMigrationBundle
This bundle allows to automatically record actions on the doctrine entities (create/update/delete) and restore these entities on another database using a command., (*1)
Usage example:, (*2)
-
You are using a CMS, (*3)
- 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, (*4)
- 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, (*5)
Technical Documentation
Resources/documentation/technical, (*6)
dev-analysis-q2Em4X
dev-analysis-q2Em4X
Record and import data
Sources
Download
MIT
The Requires
dev-master
9999999-dev
Record and import data
Sources
Download
MIT
The Requires