Libraries tagged by migration core
alexia/php7mar
74836 Downloads
PHP 7 MAR, or just "php7mar", is a command line utility to generate reports on existing PHP 5 code to assist developers in porting their code quickly to PHP 7.
dragon-code/laravel-migration-actions
202509 Downloads
Performing any actions during the deployment process
shipmonk/doctrine-two-phase-migrations
51122 Downloads
Two phase migrations for Doctrine ORM: before and after deploying new codebase version
dragon-code/migrate-db
22225 Downloads
Easy data transfer from one database to another
dragon-code/laravel-data-dumper
23252 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
hhvm/hhast
1034736 Downloads
A mutable AST library for Hack with linting and code migrations
erjanmx/laravel-migrate-check
277101 Downloads
A command to check for pending migrations. Exits with non-zero code if there are any
discorgento/module-migrations
17017 Downloads
A dev-friendly approach to quickly create migrations (patch data) on Magento 2
c006/yii2-migration-utility
161949 Downloads
Automatically writes the create tables for migrations or create tables in general
dgrigg/craft-migration-assistant
83140 Downloads
Create content migrations at the click of a mouse. Keep environments in sync with ease.
orptech/laravel-migration-partition
29531 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
coderan/laravel-data-migrations
46997 Downloads
An extension to allow you to separate data migrations from structure migrations
laminas/laminas-servicemanager-migration
24150 Downloads
Migrate your code to laminas-servicemanager 4.x compatibility utilizing Rector rules.
robinncode/db_craft
4820 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.
jaydeep/laravel-preflight
964 Downloads
Artisan command that scans your Laravel codebase for breaking changes and compatibility issues before you upgrade to Laravel 9, 10, 11, 12, or 13.