Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vincentchalnot/sidusdoctrineserializerbundle

Denormalize Doctrine entities out-of-the-box with Symfony Serializer
https://github.com/vincentchalnot/sidusdoctrineserializerbundle

Last synced: 4 days ago
JSON representation

Denormalize Doctrine entities out-of-the-box with Symfony Serializer

Awesome Lists containing this project

README

        

Sidus/DoctrineSerializerBundle Documentation
==================================

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.