Libraries tagged by php migration
ludwig-br/postgres-migration
23 Downloads
Lightweight php migration tool for PostgreSQL databases
valterfc/php-database-migration
15 Downloads
rake and mybatis SQL migration tool
thefuntasty/db-migration-php
2702 Downloads
Basic database migrations
pfilsx/yii2-migration-core
6253 Downloads
Yii PHP Framework Migration Core
migro/php-core-migration
2 Downloads
A PHP library providing a code-first approach for database migrations. Designed for simplicity and ease of use, it allows developers to define and manage database schema changes directly in code.
majpage/simple-database-migrations
35 Downloads
Simple PHP database migrations
kdebisschop/php-etl-google-analytics-extractor
94 Downloads
Extract, Transform and Load data using this PHP written migration library.
jmartz-gmbh/laravel-migration-tasks
15 Downloads
Php Lumen Migration Controller
imjonos/clickhouse-migrations
16 Downloads
PHP Clickhouse Migrations
hipay/php-database-migration
7049 Downloads
rake and mybatis SQL migration tool
filipe07/php-database-migration
44 Downloads
SQL migration tool forked from https://github.com/alwex/php-database-migration
chxj1992/php-database-migration
24 Downloads
rake and mybatis SQL migration tool
bronos/php-sql-migrations
5928 Downloads
PHP SQL Migrations
atheon/migrations
15 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.
thiagobrauer/laravel-incremental-migrations
77 Downloads
This Laravel package extends the command php artisan make:migration to add an incremental number at the end of a migration file, if there is already another migration with the same name. It also has its own artisan command to fix the names of the existing migrations.