2017 © Pedro Peláez
 

yii2-extension yii2-migration-generator

Helper class library to generate Yii2 migration script from Database source

image

fproject/yii2-migration-generator

Helper class library to generate Yii2 migration script from Database source

  • Thursday, June 25, 2015
  • by F-Project
  • Repository
  • 2 Watchers
  • 0 Stars
  • 697 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Helper class library to generate Yii2 migration script from Database source

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

INSTALLATION

The preferred way to install this helper library is through composer., (*2)

You can either run:, (*3)

php composer.phar require fproject/yii2-migration-generator "*"

or add this block to the require section of your composer.json file:, (*4)

"require" : {
        "php" : ">=5.4.0",
        "yiisoft/yii2" : "*",
        "fproject/yii2-migration-generator": "*",
        // ...
    }

REQUIREMENTS

The minimum requirement: - Your Web server supports PHP 5.4 or above - Your Web server is running on Yii 2.0.0 or above, (*5)

The Versions

25/06 2015

dev-master

9999999-dev https://github.com/fproject/workflowii

Helper class library to generate Yii2 migration script from Database source

  Sources   Download

Apache License 2.0

The Requires

 

yii2 generator migration