Libraries tagged by migrant
concretecms/migration_tool
1620 Downloads
Import content into your concrete5 sites. Cross-grade from version 5.6, 5.7 and more.
components/jquery-migrate
134853 Downloads
APIs and features removed from jQuery core
cedaro/dequeue-jquery-migrate
5289 Downloads
A WordPress plugin to remove the jquery-migrate.js script dependency.
caloskao/migrate-specific
12709 Downloads
Easily perform database migrations of specific migration files in the Laravel framework.
byjg/migration-cli
18797 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
antonkomarev/php-db-migration-validator
958 Downloads
Validate PHP database migration files
alleyinteractive/wp-theme-migrator
889 Downloads
A library to migrate to a new WordPress theme incrementally.
a2way/laravel-tenant-migrate
6196 Downloads
A2Way Laravel Tenant Migrate
zendframework/zend-expressive-migration
59527 Downloads
Migrate Expressive applications from v2 to v3
yiisoft/yii-db-migration
33854 Downloads
Yii DB Migration
vgarvardt/zf-simple-migrations
19804 Downloads
Module for database migrations management.
justbetter/statamic-eloquent-driver-globalset-migration-generator
2229 Downloads
Creates a database migration when a new globalset is created
smartervision/laravel-generator
43114 Downloads
Smarter Vision Generator
sachoo/phalcon-console
126338 Downloads
Based on phalcon devtools, this tools provide a console component with powerfull migration system for Mysql and Cassandra
robinncode/db_craft
470 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.