sidus / doctrine-serializer-bundle
Better serialization support for Doctrine entities out of the box
Installs: 4 351
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: >=7.1
- doctrine/doctrine-bundle: *
- symfony/serializer: *
This package is auto-updated.
Last update: 2024-10-19 21:22:50 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.