PHPackages                             danilovl/doctrine-entity-dto-bundle - 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. danilovl/doctrine-entity-dto-bundle

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

danilovl/doctrine-entity-dto-bundle
===================================

The Symfony bundle provides a simple mechanism to convert Doctrine entities to DTO objects.

v1.0.0(3mo ago)3179MITPHPPHP ^8.5

Since Mar 9Pushed 3mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (19)Used By (0)

[![phpunit](https://github.com/danilovl/doctrine-entity-dto-bundle/actions/workflows/phpunit.yml/badge.svg)](https://github.com/danilovl/doctrine-entity-dto-bundle/actions/workflows/phpunit.yml)[![downloads](https://camo.githubusercontent.com/c64b9247ca27bd1bed436ff25e704a1f2430d1c4d78e420dba8df209d72fe983/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e696c6f766c2f646f637472696e652d656e746974792d64746f2d62756e646c65)](https://packagist.org/packages/danilovl/doctrine-entity-dto-bundle)[![latest Stable Version](https://camo.githubusercontent.com/3f0c0850bb49e47b878c283902cf4e4e98b059baa6cb7521ab40237550a025ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e696c6f766c2f646f637472696e652d656e746974792d64746f2d62756e646c65)](https://packagist.org/packages/danilovl/doctrine-entity-dto-bundle)[![license](https://camo.githubusercontent.com/67678840fe328758dc40a548818935f9da73191f0e85b1bc9101c11cb3345cd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e696c6f766c2f646f637472696e652d656e746974792d64746f2d62756e646c65)](https://packagist.org/packages/danilovl/doctrine-entity-dto-bundle)

DoctrineEntityDtoBundle
=======================

[](#doctrineentitydtobundle)

About
-----

[](#about)

The Symfony bundle provides a simple mechanism to convert Doctrine entities to DTO objects.

### Requirements

[](#requirements)

- PHP 8.5 or higher
- Symfony 8.0 or higher
- Doctrine 3

### 1. Installation

[](#1-installation)

Install `danilovl/doctrine-entity-dto-bundle` package by Composer:

```
composer require danilovl/doctrine-entity-dto-bundle
```

Add the `DoctrineEntityDtoBundle` to your application's bundles if it does not add automatically:

```
