yorcreative/laravel-argonaut-dto
Lightweight, composable Laravel DTO package to transform arrays/objects/collections into typed, validated data objects. Supports deep nested casting, type-safe conversion, Laravel Validator rules, explicit attribute priority, clean toArray/toJson serialization, and immutable readonly DTOs.
Architecture fit
The package aligns well with Laravel's service-oriented architecture, promoting clean separation of concerns through DTOs and assemblers. It leverages Laravel's validator and dependency injection container, fitting seamlessly into existing patterns. However, the absence of
How can I help you explore Laravel packages today?