Libraries tagged by database schema migration tool
doctrine/migrations
160061176 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
orisintel/laravel-online-migrator
80056 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
akrabat/akrabat_db_schema_manager
28499 Downloads
Akrabat's Zend Tool Provider for Zend Framework 1 Database Migrations
robinncode/db_craft
515 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.
lss/schema
760 Downloads
Simple PHP / MySQL schema sync / migration tool. Specify your schema in PHP and it will generate DDL and alter table statements to sync the database.
dlevsha/nasgrate
38 Downloads
Nasgrate is a console utility that let you organise database schema migration process at a consistent and easy way. It supports mysql, mssql, postgresql, oracle and other databases
ganeshkandu/kdbv
314 Downloads
mysql database auto schema migration tool
bytepark/lib-migration
571 Downloads
bytepark Component - Lightweight and flexible database schema and data migration toolkit
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.
atheon/migrations
15 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
always-open/laravel-online-migrator
2 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
fool/miggy
197 Downloads
PHP Database migration system