zarathustra / jsonapi-serializer
A PHP Serializer following the JSON API specification.
dev-master
2015-09-16 14:27 UTC
Requires
- php: >=5.4
- zarathustra/modlr-data: <=1.0
This package is auto-updated.
Last update: 2024-10-13 05:55:10 UTC
README
A PHP Serializer following the JSON API specification.
Entity and Field Metadata:
- Defines how an entire entity and it's fields should be serialized
- Defines how data should be formatted
- Instructs how the data will be converted into JSON API spec format
Handled data formats:
- An associative array
- An object with public properties
- An object with getters/setters