sidus/doctrine-serializer-bundle

Better serialization support for Doctrine entities out of the box

v1.0.0 2019-08-05 12:34 UTC

This package is auto-updated.

Last update: 2024-04-19 20:24:46 UTC


README

This bundle allows you to denormalize Doctrine entities by fetching them from the database using either their primary key(s) or a set of unique properties if defined in the mapping.

Basically, when denormalizing an entity, it will try to fetch an existing entity from database before updating it with normalized data.