CodeGenPHP is a PHP scaffolder written in Typescript. Based on a given data model CodeGenPHP will scaffold a PHP project with an API for every model and an initialization script.
The output is a good starting point for new PHP projects so you can focus on more complex logic of your application.
After cloning run:
npm install
or yarn install
To compile in watch mode:
yarn watch
Start the generator (without compiling):
yarn start
or
yarn generate
to compile the latest Typescript files and run the generator.