Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaytaph/serializerbundle
A simple serializer bundle based on JMS
https://github.com/jaytaph/serializerbundle
Last synced: 22 days ago
JSON representation
A simple serializer bundle based on JMS
- Host: GitHub
- URL: https://github.com/jaytaph/serializerbundle
- Owner: jaytaph
- Created: 2015-05-07T09:47:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T09:35:18.000Z (over 9 years ago)
- Last Synced: 2024-11-18T09:52:03.811Z (about 1 month ago)
- Language: PHP
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Serializer bundle
-----------------A serializer bundle, inspired by the JMSSerializer and HateoasBundle.
Simpler in design, as we don't need a lot of features, but most importantly,
instead of doing everything within yaml files or annotations, all mappings are done
through custom Mapping files. This allows to decouple database entities and final
output even more.Unless you know what you are doing, I would not recommend using this bundle
directly without making sure that JMSSerializer & HateoasBundle doesn't suit your
needs first.