CLIPHP
Description
This tool was made for personal use.
I am using my own simple PHP "framework" (usually with Angular), so this tool was created to speed up the development in this framework.
The seed project which I am using: https://github.com/bertaandor/phangular
What it does
The tool is generating a model and a controller.
Usage
1: Install it
npm install -g cliphp
2: Create your first files
cliphp example
this command will create two files/classes exampleModel.php
and exampleController.php