Libraries tagged by database migration
cdburgess/phinx-mt
776 Downloads
Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
aheiland/fregata-symfony-bundle
130 Downloads
Database migration framework allowing data migration between different DBMS or database structures. Bundled for Symfony.
swew/db
24 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.
rabrux/schema
11 Downloads
Schema Cli Migration - PHP command line database schema migration
mnohosten/migrano
7 Downloads
Migrano is database agnostic migration library that is very easy to implement in any project.
laravel-enso/dbsyncmigrations
849 Downloads
Database synchronization migrations-generator for Laravel
adamgajzlerowicz/migrateur
66 Downloads
Console app for running migrations on multiple databases in one go
thewahh/thewahh-sample-pkg
2 Downloads
Generates Laravel Migrations from an existing database
signalnorth/laravel-neo4j
2 Downloads
Neo4j database driver for Laravel with migration support, query builder, and Eloquent-style models
runcmf/runcli
36 Downloads
RunCli - Command Line Interface. [migrate, seed, generate migrations and seeds from existing database, create database, generate resources and much more :)]
letuananh1873/db-exporter
2 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
yusukezzz/migrator
24 Downloads
yousha/dbalite
13 Downloads
A lightweight Dbal(Database Abstraction Layer) library for PHP.
yanzhen0610/laravel-schema-markdown
57 Downloads
Make descriptions of schema with markdown for Laravel migrations.
xcidar/doctrine-fixtures-generator-bundle
5 Downloads
Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.