mygroupdev / yii2-dbdesigner
Модуль для проектирования базы данных
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-06-14 01:14:21 UTC
README
Модуль для проектирования базы данных
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mygroupdev/yii2-dbdesigner "*"
or add
"mygroupdev/yii2-dbdesigner": "*"
to the require section of your composer.json
file.