This tool generates entities and form data for your applications. It is built on PHP 8.3 and provides a simple interface for creating classes and using them in your projects.
- PHP 8.3 or higher
- composer
composer require drago-ex/generator --dev
All settings of entities and data form can be found in Options.php
https://github.com/drago-ex/generator/blob/master/src/Drago/Generator/Options.php#L19
Command | Description |
---|---|
app:entity |
Generates all entities. |
app:entity table |
Generates one entity according to the table name. |
app:dataClass |
Generates all form data. |
app:dataClass table |
Generates one form data according to the table name. |