Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vincentchalnot/sidusdoctrineserializerbundle
- Owner: VincentChalnot
- License: mit
- Created: 2019-03-16T18:05:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T10:00:31.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T02:18:49.265Z (about 1 month ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.