/smart-dto-bundle

Map your Doctrine entities into data transfer objects for faster usage in Symfony forms

Primary LanguagePHPMIT LicenseMIT

SmartDtoBundle

The SmartDtoBundle makes it faster to work with data transfer objects and Doctrine entities in a Symfony application by providing automatic hydration of DTO objects from an entity.

Installation

With composer, require:

composer require dreadnip/smart-dto-bundle

Usage

See the docs.