Libraries tagged by migration manager
doesntmattr/mongodb-migrations
583108 Downloads
Managed Database Migrations for MongoDB
dbpatch/dbpatch
53679 Downloads
DbPatch is a commandline utility to manage/track (my)sql/php patch files.
devture/mongodb-migrations
207430 Downloads
Managed Database Migrations for MongoDB
robinncode/db_craft
1025 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.
vgarvardt/zf-simple-migrations
20104 Downloads
Module for database migrations management.
eddturtle/phinx
68697 Downloads
Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
easy2dev/multi-tenant-wizard
279 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
tacoberu/composer-schema-manage
1038 Downloads
Initiate versioning the database like code.
nwogu/smooth-migration
18 Downloads
Flexible way to manage Laravel Migrations
crixuamg/laravel-data-migrations
1102 Downloads
Manage data migrations easily within your Laravel application
antimattr/mongodb-migrations
102598 Downloads
Managed Database Migrations for MongoDB
stratdes/php-mongo-migrations
608 Downloads
Manage changes for your MongoDB documents
gruberro/php-mongo-migrations
54042 Downloads
Manage changes for your MongoDB documents
mysql/schematic
725 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
nwogu/bagpack
962 Downloads
Organize your migration files into proper directories by tables