Libraries tagged by database schema migration
doctrine/migrations
159547892 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
92399 Downloads
WordPress library for managing database table schema upgrades and data seeding
cycle/database
401581 Downloads
DBAL, schema introspection, migration and pagination
orchestra/tenanti
115729 Downloads
Tenant based Database Schema Manager for Laravel
spiral/database
297212 Downloads
DBAL, schema introspection, migration and pagination
avaibooksports/doctrine-migrations-multiple-database-bundle
510783 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
shopsys/migrations
183831 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
hzhihua/yii2-dump
22938 Downloads
Generate the schema from an existing database
jamband/yii2-schemadump
40180 Downloads
Generate the schema from an existing database
popphp/pop-db
8809 Downloads
Pop Db Component for Pop PHP Framework
dragon-code/laravel-data-dumper
2927 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
orisintel/laravel-online-migrator
80016 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
robinncode/db_craft
510 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.
icomefromthenet/migration
189 Downloads
Database schema migrations using Doctrine DBAL and Symfony2 components
adamkearsley/convert-migrations
8478 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.