Libraries tagged by data migrate
laravel-doctrine/migrations
2459837 Downloads
Doctrine Migrations for Laravel
insolita/yii2-migration-generator
427357 Downloads
Set of gii tools for generating files for migration by schema of table , phpdoc or table data
deliciousbrains/wp-migrations
149728 Downloads
WordPress library for managing database table schema upgrades and data seeding
jlorente/laravel-data-migrations
134287 Downloads
An extension to allow you to separate data migrations from structure migrations
dragon-code/laravel-data-dumper
8023 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
wizaplace/php-etl
85575 Downloads
Extract, Transform and Load data using this PHP written migration library.
michielfb/data-migrations
51282 Downloads
Laravel Data Migrations
coderan/laravel-data-migrations
42754 Downloads
An extension to allow you to separate data migrations from structure migrations
discorgento/module-migrations
11073 Downloads
A dev-friendly approach to quickly create migrations (patch data) on Magento 2
nwidart/db-exporter
39046 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
yadakhov/laradump
12926 Downloads
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
webonaute/doctrine-fixtures-generator-bundle
182182 Downloads
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.
tomshaw/laravel-calendar-table
7632 Downloads
A Laravel calendar table database migration and console command.
robinncode/db_craft
1731 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
softheroes/migratable-seeder
4557 Downloads
Versioned, environment-based Seeders in Laravel. Seed your database with the right data for the right environment.