Repository navigation
data-transfer-object
- Website
- Wikipedia
Data Transfer Objects with validation for Laravel applications
Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.
A data transfer object inspired by Rust's serde
A small lib to help you creating dto's in node.js
POPO - plain old PHP object. Generate Data Structures / Data Transfer Objects from a schema.
Easily create Ruby class hierarchies that support nested attributes, type conversion, serialization, equality, and more.
Rust derive-macro providing automatic mapping between DTO and Entity structures.
Simplistic, flexible Data Transfer Object library
A turbocharged json object hydrator for your DTOs
Extensible data mapper to objects, DTOs, enums, collections, Eloquent models, etc
A modern Symfony-compatible Transfer Object Generator with property hooks, FixedArray, and asymmetric visibilities.
A Java dynamic proxy factory for interface-typed data transfer objects
demonstrates how to validate the request body of requests in Node
In this repository, the blog project I developed with .net core has deleting, updating, adding and listing features for all controllers. I used the classes I mapped using IOC container by matching them in .netcore's built-in ioc container.
Build REST API quickly using - NestJS, TypeScript, ExpressJS
🚀 Ditiow is a simple aspect library designed to help you safely expose features of your Spring REST API without having to expose data from the persistence or business layer of your application.
Dt0 is a PHP implementation of a DTO that can both secure mutability and implement convenient ways to take control over input and output in various formats.