fproject / yii2-migration-generator
Helper class library to generate Yii2 migration script from Database source
Package info
github.com/fproject/yii2-migration-generator
Type:yii2-extension
pkg:composer/fproject/yii2-migration-generator
dev-master
2015-06-25 04:14 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 01:17:10 UTC
README
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