Libraries tagged by database schema migration
dotted-ai/laravel-db-introspector
2492 Downloads
Generate migrations from existing database schema
tereta/migration
13 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.
notauniondev/migrations
268 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.
g4t/schema-designer
12 Downloads
Visual database schema designer for Laravel — renders your schema from migration files as an interactive ERD and generates migrations for every change made in the UI.
phpdot/database
11 Downloads
Query builder, schema management, and migrations for PHP. Built on Doctrine DBAL.
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.
gabrielrcosta1/laravel-schema
5 Downloads
Laravel package to generate migrations from a schema.db definition file.
cavid/schema-lens
6 Downloads
See exactly what changed in your database. Git-diff style schema comparison for Laravel.
imagine10255/schema-build
25 Downloads
The database of the table schema, the output function into the file
tarunkorat/laravel-migration-squasher
85 Downloads
Squash old Laravel migrations into a single schema file
masitings/laravel-migration-squash
8 Downloads
Combine multiple Laravel migration files into consolidated migrations per table with schema verification
zaeem2396/schema-lens
20 Downloads
Laravel package to preview migration files against current MySQL or PostgreSQL schema with destructive change detection and data export
sufyandev/laravel-migration-linter
898 Downloads
A lightweight Laravel package that analyzes and warns about risky database migration changes before they reach production.
schema-keeper/schema-keeper
6113 Downloads
Track PostgreSQL schema as one-file-per-object dumps. Detect drift in CI. Read-only — complements your migrations.
nandan108/attrecord-migrations
14 Downloads
Declarative schema convergence for attrecord: introspect the live database, diff it against attribute-derived TableSchema, and apply a classified, guarded ALTER plan.