Switon's ORM scaffolding tool for database scans, entity and repository generation, and template overrides.
- Entity scanning: existing entities can be grouped by connection and table.
- Code generation: entity and repository pairs can be generated from live database metadata.
- Template control: apps can replace the default templates.
- Output routing: generated files can be placed in the right app directories.
- Class resolution: generated class names are resolved through the package helpers.
composer require --dev switon/orm-codegenbash bin/console entity:make --connection=defaultDocs: https://docs.switon.dev/latest/orm-codegen
MIT.