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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

giacomoto/symfony-dto
=====================

Symfony Dto Bundle based on JSMSerializer

1.1.0(2y ago)010MITPHP

Since Jul 18Pushed 2y ago1 watchersCompare

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

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

Giacomoto DTO Bundle
====================

[](#giacomoto-dto-bundle)

Dto Bundle uses JSMSerializer Bundle

Install
-------

[](#install)

```
composer require giacomoto/symfony-dto

```

Usage
-----

[](#usage)

Create a Dto and DtoTransformer Class

Example for User Entity:

User Entity must implements `IDtoTransformer`

Create file UserDto ex: `Dto/DtoUser.php`

```
