Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanderdlm/smart-dto-bundle

Map your Doctrine entities into data transfer objects for faster usage in Symfony forms
https://github.com/sanderdlm/smart-dto-bundle

data-transfer-object doctrine orm symfony

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://getcomposer.org), require:

`composer require dreadnip/smart-dto-bundle`

Usage
-----

See [the docs](docs/index.md).