A REST API Library based on fraktal to make your life easier.
TODO
/!\ TODO The serializer will transform your entities based on convention that you want to expose all the properties marked with the @Exposable annotation. The library will then use the method get.ucfirst(propertyName) to retrieve it's value, or the getter name if specified in the annotation.
TODO
- serializing: jsonapi, array
- automatic filtering on doctrine orm collections with jsonapi params (filter, fields, sort, deep filter)
- pagination: pagerfanta
- !tests
- ~sparse fieldset
- ~advanced filter operators such as like,in,between,
- ~eager fetch helper interface + orm
- ?serialization groups