zarathustra/jsonapi-serializer

A PHP Serializer following the JSON API specification.

Installs: 295

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/zarathustra/jsonapi-serializer

dev-master 2015-09-16 14:27 UTC

This package is auto-updated.

Last update: 2025-09-13 07:57:19 UTC


README

A PHP Serializer following the JSON API specification.

http://jsonapi.org/format/

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