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

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

masterskill/dto
===============

This package is intended for the adoption of the DTO schema in Laravel, which is a system for controlling incoming and outgoing data, in collaboration with the Laravel formRequest, or the Eloquent model

00PHP

Since Jul 3Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Dto
===========

[](#laravel-dto)

The project
-----------

[](#the-project)

This package is intended for the adoption of the DTO schema in Laravel, which is a system for controlling incoming and outgoing data, in collaboration with the Laravel formRequest, or the Eloquent model.

Installation
------------

[](#installation)

To install the project, you should install it from composer :

```
composer require masterskill/dto
```

After that, you should publish the config file.

The DTO class
-------------

[](#the-dto-class)

The Dto class has a different properties to handle. Exemple of the DTO :

```
