zf-metal/generator

Zend Framework 3 Module that provides code generator (Entity,Controllers,Menu,Routes,Forms)

Maintainers

👁 cincarnato

Package info

github.com/zf-metal/generator

pkg:composer/zf-metal/generator

Statistics

Installs: 927

Dependents: 1

Suggesters: 0

Stars: 12

Open Issues: 1

1.2.0 2018-12-19 18:16 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d53b555c5452f7be34bd445492ee1ed5d69e9030

generatormodulecoderoutesFormsentityzf3Zend Framework 3


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:

Docs/Wiki

Documentation

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

👁 alt text

Route

👁 alt text