aedart/athenaeum-dto

Data Transfer Object (DTO) abstraction

Maintainers

Package info

github.com/aedart/athenaeum-dto

Homepage

pkg:composer/aedart/athenaeum-dto

Statistics

Installs: 1 697

Dependents: 2

Suggesters: 0

Stars: 3

9.25.1 2026-03-05 09:15 UTC

README

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 of DTO, and perhaps perform a few Google searches about this topic.

Documentation

Please read the official documentation for additional information.

Repository

The mono repository is located at github.com/aedart/athenaeum

Versioning

This package follows Semantic Versioning 2.0.0

License

BSD-3-Clause, Read the LICENSE file included in this package