phinx:php Database Migration

Source: Internet
Author: User
Tags php database php database migration

Phinx makes the process of data migration for your PHP app extremely easy, and in five minutes you can install Phinx and migrate data.

Characteristics

    • Using PHP code for Data Migration
    • Migration in Deployment mode
    • Use within five minutes
    • No longer worrying about the state of the database
    • can integrate any app

Installation

Installing with composer

    1. Installing composer

1 Curl -S- https://getcomposer.org/installer | php

2. Add Phinx as a dependency to your Composer.json

Java
12345 { " require": { "Robmorgan/phinx": "* "    }}

3. Installing Phinx

Java
1 PHP composer. Phar Install

4. Executive Phinx

Java
1 PHP Vendor/bin/phinx

Start using

Here's how to use tutorial http://docs.phinx.org/en/latest/

GitHub URL Https://github.com/robmorgan/phinx

Official website http://phinx.org

phinx:php Database Migration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.