Libraries tagged by user migration
yramid/lib
2552 Downloads
yramid/lib is a zero-dependency and easy to use database migration library for php 8.0 and above
yramid/cli
2507 Downloads
yramid/cli is a fast to setup and easy to use database migration tool for php 8.0 and above
mirkhamidov/yii2-console-dbextend
38 Downloads
It makes to drop all your tables from console. Use it with migration and Development environment.
swew/db
17 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
sochishun/mysqladminlite
8 Downloads
A powerful and light tool for mysql management. it supports cli mode and web mode, and it can build single page app file, use as phpinfo.php.
sebathi/yii2-comp
8 Downloads
Library of assets to use with Yii2 Framework.
laramore/morph-fields
12 Downloads
Define morph fields used in Laramore
fiisoft/phinx
37 Downloads
Console-commands to use Phinx's library console-commands in custom console application (based on symfony/console package).
clouddueling/auto-migrate
24 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
laramore/fields
961 Downloads
Define all default fields used in Laramore
jbboehr/zsql-migrator
2937 Downloads
SQL migrator for use with zsql
spacetab-io/rdb-bridge
50 Downloads
Rdb bridge (spacetab-io/rdb) to use migration and seed commands with our configuration (spacetab-io/configuration).
jlapp-hatja/smart-seeder
330 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
initphp/barbarian
8 Downloads
Small library that can be used for database migrations.
paulohsilvestre/generatorforlaravel
8 Downloads
Module response for converting an exported MySql Workbench diagram into routes, classes, Controllers, Services, Validators, migrations to be used within a Laravel project