Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffersonrucu/php_dtos

This repository is a simple example of implementing Data Transfer Objects (DTOs) in PHP. DTOs are used to transfer data between different layers of the application in an organized and typed way.
https://github.com/jeffersonrucu/php_dtos

dto php

Last synced: 9 days ago
JSON representation

This repository is a simple example of implementing Data Transfer Objects (DTOs) in PHP. DTOs are used to transfer data between different layers of the application in an organized and typed way.

Awesome Lists containing this project

README

        

# PHP DTOs

## 📄 About
This repository is a simple example of implementing Data Transfer Objects (DTOs) in PHP. DTOs are used to transfer data between different layers of the application in an organized and typed way.

## 📊 Requirements
- PHP >= 8.2