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

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.

License: MIT PHP version Tests Coding Style CodeFactor Coverage Status

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.

Prepared package for generator

https://github.com/drago-ex/generator-cli