drago-ex / generator
A tool for generating PHP entities and form data classes, built on PHP 8.3 and Nette Framework.
v1.0.41
2025-04-01 07:50 UTC
Requires
- php: >=8.3 <9
- contributte/console: ^0.10
- dibi/dibi: ^5.0
- doctrine/inflector: ^2.0
- drago-ex/utils: ^1.0
- nette/php-generator: ^4.1
Requires (Dev)
- nette/bootstrap: ^3.2
- nette/tester: ^2.5
- phpstan/phpstan-nette: ^1.2.9
- tracy/tracy: ^2.10
README
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.
Requirements
- PHP 8.3 or higher
- composer
Installation
composer require drago-ex/generator --dev
Generator settings
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
Console commands
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. |