PHPackages                             dunice/dto - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dunice/dto

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dunice/dto
==========

A PHP DTO Component to make simple transfer data between application layers

v0.1(11y ago)121PHPPHP &gt;=5.4.0

Since Feb 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/dunice/Dto)[ Packagist](https://packagist.org/packages/dunice/dto)[ Docs](http://dunice.com.br)[ RSS](/packages/dunice-dto/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

DTO Component
=============

[](#dto-component)

DTO (Data Transfer Object) is a pattern used to encapsulate data information and transfer them between application layers.

This component allows to create and access DTOs based on arrays and objects.

Example
-------

[](#example)

```
