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

v1.0.3 2025-10-18 08:36 UTC

This package is auto-updated.

Last update: 2025-12-18 08:58:36 UTC


README

Latest Version on Packagist Total Downloads Tests

🧩 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