legow/zf-tools

This package is abandoned and no longer maintained. No replacement package was suggested.

Tools for helping Zend Framework app development processes

0.2.6 2016-11-29 01:20 UTC

This package is not auto-updated.

Last update: 2025-05-22 06:28:02 UTC


README

Build Status Coverage Status

Tools for helping Zend Framework app development processes

Currently available commands

1. create-module [name]

Creates a new MVC module with a sample IndexController. The module is added to composer autoload config. module.config.php is generated with matched ControllelFactory class.

2. create-controller [module] [name]

Create a new MVC controller to a specified module. A controllerFactory is generated also, configured in the module.config.php.