sidus/doctrine-serializer-bundle

Better serialization support for Doctrine entities out of the box

Installs: 4 394

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/sidus/doctrine-serializer-bundle

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

This package is auto-updated.

Last update: 2025-09-19 23:38:14 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.