data-transfer-object
There are 88 repositories under data-transfer-object topic.
WendellAdriel/laravel-validated-dto
Data Transfer Objects with validation for Laravel applications
jessarcher/laravel-castable-data-transfer-object
Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
YorCreative/Laravel-Argonaut-DTO
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.
Dgame/php-dto
A data transfer object inspired by Rust's serde
acidiney/node-dto
A small lib to help you creating dto's in node.js
oliwierptak/popo
POPO - plain old PHP object. Generate Data Structures / Data Transfer Objects from a schema.
cerbero90/dto
Data Transfer Object (DTO).
sshaw/class2
Easily create Ruby class hierarchies that support nested attributes, type conversion, serialization, equality, and more.
Eveio/dto
Simplistic, flexible Data Transfer Object library
mb1986/dto_derive
Rust derive-macro providing automatic mapping between DTO and Entity structures.
nutgram/hydrator
A turbocharged json object hydrator for your DTOs
picamator/transfer-object
A modern Symfony-compatible Transfer Object Generator with property hooks, FixedArray, and asymmetric visibilities.
open-southeners/laravel-data-mapper
Extensible data mapper to objects, DTOs, enums, collections, Eloquent models, etc
henrik42/deeto
A Java dynamic proxy factory for interface-typed data transfer objects
jangbl/node-request-body-validation
demonstrates how to validate the request body of requests in Node
kadir-code/BlogApp
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.
DevSazal/nestjs-boilerplate
Build REST API quickly using - NestJS, TypeScript, ExpressJS
fab2s/dt0
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.
iDevelopThings/api-utilities
Make api requests and convert them to Data Transfer Objects(classes) on the fly. Along with helpers to help with handling errors.
jetcod/data-transport
Efficient PHP Data Transport with DTOs
MaplePHP/DTO
DTO (Darn Tidy Object) isn’t just another data wrapper, it’s a full-featured utility toolkit for PHP that makes structured data clean, fluent, and a joy to work with.
marcosvidolin/ditiow
🚀 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.
saedyousef/supreme-object
PHP DataObject
seferogluemre/HospitalManagement-System
A modern hospital management system enhanced with AI-driven decision support services. Built with Node.js (ElysiaJS), Prisma ORM, PostgreSQL, and Redis. Includes user management, role-based access control, and diagnosis/treatment flows integrated with both doctor input and AI recommendations.
aedart/athenaeum-dto
[READ ONLY] Athenaeum Dto package - see https://github.com/aedart/athenaeum
blacktrs/data-transformer
Zero-dependency PHP array-to-object transformer
imbue/data-transfer-object
Using getter/setter methods gives the advantage of type hinting all data being set.
jhansenbarreto/pessoa-endereco
API implementada para teste técnico no processo seletivo da Attornatus Procuradoria Digital para a vaga de Desenvolvedor Back End - Java.
safakca/SA.KUSYS-DEMO
An example of interview questions in .net. I used these technologies (.net core 6, n-Tier architecture, fluent api, extension method, generic repository, auto mapper, rest-api, dto, dependency injection)
shiizuko/SpringBoot-API-Rest
Projeto de clínica médica fictícia. Será um aplicativo com algumas opções, com CRUD, médicos e pacientes e o agendamento e cancelamento das consultas.
Szqii/data-transfer-object-ts
Package provides Data Transfer Object functions.
FreeElephants/json-api-dto
JsonApi Document Structure Types
hdaklue/laravel-dto-morph-cast
A powerful MorphCast plugin for Laravel Validated DTO that provides dynamic polymorphic casting for Eloquent models. This package allows you to dynamically cast data to different Eloquent model instances based on morphable type information within your DTOs.
soulcodingmatt/equilibrium
A Java annotation processor for generating DTOs and other value container classes.
super-nest/data-transfer-objects
Effortless DTO management for NestJS applications.