Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeffersonrucu/php_dtos
- Owner: jeffersonrucu
- Created: 2024-12-20T19:00:27.000Z (19 days ago)
- Default Branch: master
- Last Pushed: 2024-12-20T19:01:30.000Z (19 days ago)
- Last Synced: 2024-12-30T12:46:08.450Z (9 days ago)
- Topics: dto, php
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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