PHPackages                             wearelaradev/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. wearelaradev/dto

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

wearelaradev/dto
================

Abstract Dto

02.6k1PHP

Since Sep 19Pushed 1y agoCompare

[ Source](https://github.com/laradev/dto)[ Packagist](https://packagist.org/packages/wearelaradev/dto)[ RSS](/packages/wearelaradev-dto/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Features
--------

[](#features)

This php package implements the DTO feature. This abstract object lets you transfer your typed name data structures into known objects in a flash. Other developers will thank you for using this feature :)

Getting started
---------------

[](#getting-started)

```
    composer require wearelaradev/dto
```

Usage
-----

[](#usage)

### Simple Usage

[](#simple-usage)

Start by creating an object to represent your data structure. For the example, we'll choose to create a user with email and password properties

```
