Zend Tool or ZFtool is a command line utility for managing Zend Framework 2 (Previously Zend Framework 1) Applications. It provide features like generate skeleton project/module structure, generate controller/actions, get configs etc.
Zend Tool or ZFtool is a command line utility for managing Zend Framework 2 (Previously Zend Framework 1) Applications. It provide features like generate skeleton project/module structure, generate controller/actions, get configs etc.
It provides following features.
- Generate skeleton application structure.
- Generate module structure.
- Generate controller classes.
- Generate controller actions.
- Generate classmap for module.
- Get loaded modules
It can be install by using composer or just using phar file zftool.phar.
For installation/usage information can found at github