Libraries tagged by database migrations
ingenerator/phinx-lightweight
11004 Downloads
Very simple SQL-based database migrations tool - a heavily stripped down fork of robmorgan/phinx
eddturtle/phinx
60937 Downloads
Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
caloskao/migrate-specific
12707 Downloads
Easily perform database migrations of specific migration files in the Laravel framework.
elimuswift/db-exporter
4687 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
vi-kon/laravel-db-exporter
35353 Downloads
Database table structure and data exporter to migration and seed files
sayeed/custom-migrate
25750 Downloads
Custom migrate in laravel. You can individual file migrate here
robinncode/db_craft
469 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.
rishi-ramawat/laravel-postgresql-inherit
26106 Downloads
Add inheritance in postgresql tables
suez/ezmigrationbundle2
4940 Downloads
The port of Kaliop eZ-Migration Bundle to eZPlatorm 3 aka Ibexa. Suez fork.
g4/db-tools
37164 Downloads
Database migration related tools
dbmigrate/dbmigrate
10514 Downloads
A Database Migration Tool Similar to Flyway
zoltanlaca/dibi-migrations
96 Downloads
Dibi Database Migrations Library
sidvind/php-migrations
3371 Downloads
Database migration scripts for PHP
schmunk42/database-command
5854 Downloads
Yii command to create database migrations from existing schema
patricknelson/silverstripe-migrations
26632 Downloads
SilverStripe Database Migration module. Facilitates atomic database migrations in SilverStripe 3.x