dreadnip / smart-dto-bundle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:PHP 100.0%