gsylvestre/php-models-generator
Composer 安装命令:
composer create-project gsylvestre/php-models-generator
包简介
Painlessly generates PHP models/entities from existing MySQL database
README 文档
README
Painlessly generates PHP models/entities from existing MySQL database!
Run a simple command and you'll get:
- one pretty model class for each table in your db
- automatic singular class names
- automatic camelCasing
- private props with lightweight getters and setters
How to install
In your web folder run:
composer create-project gsylvestre/php-models-generator
How to use
Inside your new php-models-generator directory, execute:
php generate models
and follow the wizard for setting up database connection...
If you need to change database connection infos, edit the generated config.ini file.
Enjoy and big up to Y!
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-06