fproject/yii2-migration-generator

Helper class library to generate Yii2 migration script from Database source

Installs: 6 586

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:yii2-extension

dev-master 2015-06-25 04:14 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:12:03 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

INSTALLATION

The preferred way to install this helper library is through composer.

You can either run:

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

or add this block to the require section of your composer.json file:

"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

##LINKS