noxlogic / serializer-bundle
A serializer based on JMSSerializer
Installs: 406
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/noxlogic/serializer-bundle
Requires
Requires (Dev)
- pagerfanta/pagerfanta: ~1.0
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2021-02-01 12:24:26 UTC
README
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.