Libraries tagged by database schema migration
doctrine/migrations
184731927 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.
deliciousbrains/wp-migrations
166670 Downloads
WordPress library for managing database table schema upgrades and data seeding
cycle/database
577263 Downloads
DBAL, schema introspection, migration and pagination
avaibooksports/doctrine-migrations-multiple-database-bundle
610303 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
orchestra/tenanti
120933 Downloads
Tenant based Database Schema Manager for Laravel
spiral/database
312695 Downloads
DBAL, schema introspection, migration and pagination
dragon-code/laravel-data-dumper
10754 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
shopsys/migrations
215655 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
hzhihua/yii2-dump
26404 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40970 Downloads
Generate the schema from an existing database
popphp/pop-db
12034 Downloads
Pop Db Component for Pop PHP Framework
orisintel/laravel-online-migrator
81528 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
dvrtech/schema-tools
925 Downloads
Laravel package for JSON/CSV schema analysis and database structure generation
robinncode/db_craft
2266 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.
ludovicguenet/whizbang
32 Downloads
Whizbang — Automatic database schema change tracking, risk analysis, and instant rollback for Laravel.