PHPackages                             matheusbiagini/biagini-migration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. matheusbiagini/biagini-migration

ActiveLibrary[Framework](/categories/framework)

matheusbiagini/biagini-migration
================================

Data migration mechanism for php using dbal do doctrine with pdo, schema and queryBuilder

v1.0.1(4y ago)1222↓90%PHPPHP &gt;=7.1

Since Jan 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/matheusbiagini/biagini-migration)[ Packagist](https://packagist.org/packages/matheusbiagini/biagini-migration)[ RSS](/packages/matheusbiagini-biagini-migration/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

Biagini Migration
=================

[](#biagini-migration)

[![Minimum PHP Version](https://camo.githubusercontent.com/7a09b828563f7738e2e72ec4aade8144538bf5d41e1e2e718815c57e3416089f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e312d3838393242462e7376673f7374796c653d666c6174)](https://php.net/)

A library to handle migrations of data from your database. It uses and provides migrations with instances of doctrine dbal, giving greater flexibility to the developer. It uses the symfony console, which enables friendly and iterative help.

Setting.
--------

[](#setting)

1. Create a file in your personal project with whatever name you prefer:

Ex: example.php

```
