https://github.com/aedart/athenaeum-dto
[READ ONLY] Athenaeum Dto package - see https://github.com/aedart/athenaeum
https://github.com/aedart/athenaeum-dto
data-transfer-object dto
Last synced: 11 months ago
JSON representation
[READ ONLY] Athenaeum Dto package - see https://github.com/aedart/athenaeum
- Host: GitHub
- URL: https://github.com/aedart/athenaeum-dto
- Owner: aedart
- License: bsd-3-clause
- Created: 2020-01-16T18:33:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T07:58:58.000Z (12 months ago)
- Last Synced: 2025-06-27T08:41:21.791Z (12 months ago)
- Topics: data-transfer-object, dto
- Language: PHP
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athenaeum Dto
A variation / interpretation of the Data Transfer Object (DTO) design pattern (Distribution Pattern). A DTO is nothing more than an object that
can hold some data. Most commonly it is used for for transporting that data between systems, e.g. a client and a server.
This package provides an abstraction for such DTOs.
If you don't know about DTOs, I recommend you to read [Martin Fowler's description](http://martinfowler.com/eaaCatalog/dataTransferObject.html) of DTO, and perhaps
perform a few [Google searches](https://www.google.com/search?q=data+transfer+object&ie=utf-8&oe=utf-8) about this topic.
## Documentation
Please read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.
## Repository
The mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)
## Versioning
This package follows [Semantic Versioning 2.0.0](http://semver.org/)
## License
[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package