sinmiloluwa / laravel-dto-mapper
Elegant, type-safe DTO mapping for Laravel models and arrays.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sinmiloluwa/laravel-dto-mapper
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^8.18
- phpunit/phpunit: ^10.5
README
🧩 Elegant, type-safe DTO mapping for Laravel models and arrays.
🚀 Features
- ✅ Map Eloquent models or arrays to typed DTOs
- 🎯 Supports PHP 8+ attributes (
#[MapFrom],#[Cast]) - 🧠Automatic type casting (
int,bool,float,string) - ⚡ Zero configuration – drop it in and use
- 🧩 Extensible for nested DTOs and validation
📦 Installation
composer require sinmiloluwa/laravel-dto-mapper