masunov / laravel-dto-yml-generator
Laravel package for build DTOs and YML definitions for JMS Serializer
Installs: 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/masunov/laravel-dto-yml-generator
Requires
- gears/class-finder: ^1.0
- symfony/yaml: ^4.1
This package is auto-updated.
Last update: 2025-10-10 03:29:15 UTC
README
Generate DTO
Command for generate DTO
php artisan make:dto App/Domain/Dto/SimpleDto
Command for generate DTO with yml
php artisan make:dto App/Domain/Dto/SimpleDto --yml
Generate YML for DTO
Command for build YML for same class
php artisan build:yml --class=App/Domain/Dto/SimpleDto
Command for build YML for namespace
php artisan build:yml --namespace=App/Domain/Dto