vklymniuk/dto-mapper

Data mapper library, uses code generator for objects processing.

This package's canonical repository appears to be gone and the package has been frozen as a result.

v0.4.4 2021-05-24 17:33 UTC

This package is auto-updated.

Last update: 2021-11-28 13:55:45 UTC


README

Build Status

DataMapper library

Generated hydrator wrapped with the ability to customize mapping behaviour.
It's a perfect choice for throwing away dummy and heavy reflection based mappers.

Installation

The suggested installation method is via composer:

php composer.phar require symfony-ext/dto-mapper

Documentation

You can learn more about the mapper library and how to use the DataMapper in the docs.

Symfony bundle

Watch it in action dto-mapper-bundle for more examples.