Libraries tagged by database schema migration
doctrine/migrations
174268011 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
133166 Downloads
WordPress library for managing database table schema upgrades and data seeding
cycle/database
506162 Downloads
DBAL, schema introspection, migration and pagination
avaibooksports/doctrine-migrations-multiple-database-bundle
562524 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
spiral/database
308273 Downloads
DBAL, schema introspection, migration and pagination
orchestra/tenanti
118849 Downloads
Tenant based Database Schema Manager for Laravel
dragon-code/laravel-data-dumper
6008 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
shopsys/migrations
202282 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
robinncode/db_craft
849 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
24879 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40606 Downloads
Generate the schema from an existing database
popphp/pop-db
10912 Downloads
Pop Db Component for Pop PHP Framework
orisintel/laravel-online-migrator
81006 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
8482 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.