sidus / doctrine-serializer-bundle
Better serialization support for Doctrine entities out of the box
Package info
github.com/VincentChalnot/SidusDoctrineSerializerBundle
pkg:composer/sidus/doctrine-serializer-bundle
v1.0.0
2019-08-05 12:34 UTC
Requires
- php: >=7.1
- doctrine/doctrine-bundle: *
- symfony/serializer: *
This package is auto-updated.
Last update: 2026-02-20 00:33:09 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.