zf-metal/generator
最新稳定版本:1.2.0
Composer 安装命令:
composer require zf-metal/generator
包简介
Zend Framework 3 Module that provides code generator (Entity,Controllers,Menu,Routes,Forms)
README 文档
README
Friendly and fast interface to generate Zend Framework 3 modules focused on Doctrine 2.
Features
- Generate module. (Directory, Module.php, module.config.php, composer.json psr4 autoload, composer dump-autoload)
- Doctrine Entity. (string, text, integer, date/time, decimal, boolean, OneToOne, ManyToOne, OneToMany, ManyToMany)
- Controllers (Include Controller, ControllerFactory and controller.config.php)
- Action Templates (Code template for Method and View)
- Actions (Generate Method and View. Optional Route. Optional Template)
- Route (BootrsapTreeView for friendly ABM)
- Navigation (BootrsapTreeView for friendly ABM)
- ModuleOption (Include ModuleOption.php and ModuleOptionFactory.php) (Also include PluginController and ViewHelper)
- View Helpers (Class, Factory and Config)
- Plugin Controllers (Class, Factory and Config)
- Forms (Comming soon)
ZfMetal Team:
- Cristian Incarnato cristian.cdi@gmail.com
- Alejandro Furgeri alesitoman@gmail.com
Docs/Wiki
Modules Dependency (Important!)
Add the following modules to modules.config.php, at least in developer mode for use ZfMetal Generator
'Zend\Router',
'Zend\Validator',
'Zend\I18n',
"DoctrineModule",
'DoctrineORMModule',
'SwissEngine\Tools\Doctrine\Extension',
'ZfMetal\Commons',
'ZfMetal\Datagrid',
'ZfMetal\Generator'
CSS Dependency
Bootstrap 3
Preview
Entity
Route
统计信息
- 总下载量: 924
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-14

