Libraries tagged by database schema migration
doctrine/migrations
180041640 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
152478 Downloads
WordPress library for managing database table schema upgrades and data seeding
cycle/database
552611 Downloads
DBAL, schema introspection, migration and pagination
avaibooksports/doctrine-migrations-multiple-database-bundle
589677 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
orchestra/tenanti
119934 Downloads
Tenant based Database Schema Manager for Laravel
spiral/database
310857 Downloads
DBAL, schema introspection, migration and pagination
dragon-code/laravel-data-dumper
8541 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
shopsys/migrations
209207 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
robinncode/db_craft
1860 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.
hzhihua/yii2-dump
25692 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40848 Downloads
Generate the schema from an existing database
popphp/pop-db
11493 Downloads
Pop Db Component for Pop PHP Framework
orisintel/laravel-online-migrator
81222 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
icomefromthenet/migration
192 Downloads
Database schema migrations using Doctrine DBAL and Symfony2 components
adamkearsley/convert-migrations
8483 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.