Libraries tagged by database migrations
ntimyeboah/laravel-database-trigger
35928 Downloads
A package to add database trigger to Laravel migrations
tmukherjee13/yii2-reverse-migration
22139 Downloads
Generate working migration classes from existing Database
awssat/laravel-sync-migration
23532 Downloads
Laravel tool helps to sync migrations without refreshing the database
tommyknocker/pdo-database-class
6139 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
tanoconsulting/ibexa-migration-bundle
41561 Downloads
The port of Kaliop eZ-Migration Bundle to Ibexa 4
sulu/phpcr-migration-bundle
10318 Downloads
The bundle provides command to migrate the Sulu database from phpCr to the SuluContentBundle.
konekt/laravel-migration-compatibility
260037 Downloads
Library to help migrations to figure out whether a related field is int or bigInt
doesntmattr/mongodb-migrations-bundle
488946 Downloads
Symfony MongoDBMigrationsBundle
byjg/migration-cli
26669 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
yiiext/migrate-command
175666 Downloads
This is an enhanced version of the Yii Database Migration Tool that adds module support and many more usefull features.
popphp/pop-db
17260 Downloads
Pop Db Component for Pop PHP Framework
code-distortion/adapt
38831 Downloads
A Laravel package that builds databases for your tests, improving their speed.
webonaute/doctrine-fixtures-generator-bundle
184631 Downloads
Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
robinncode/db_craft
4947 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.
migralign/laravel-migralign
499 Downloads
MigrAlign — align live MySQL tables with Laravel migration schema, safely.