library jsonapi-serializer
A PHP Serializer following the JSON API specification.
zarathustra/jsonapi-serializer
A PHP Serializer following the JSON API specification.
- Wednesday, September 16, 2015
- by zarathustra323
- Repository
- 3 Watchers
- 3 Stars
- 295 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
jsonapi-serializer
A PHP Serializer following the JSON API specification., (*1)
http://jsonapi.org/format/, (*2)
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, (*3)
Handled data formats:
- An associative array
- An object with public properties
- An object with getters/setters, (*4)
dev-master
9999999-dev
A PHP Serializer following the JSON API specification.
Sources
Download
Apache-2.0
The Requires
by
Jacob Bare