nilportugues / php-json-api

JSON API transformer outputting valid (PSR-7) API Responses.
http://nilportugues.com
MIT License
71 stars 35 forks source link

HAL+JSON transformer #25

Closed nilportugues closed 9 years ago

nilportugues commented 9 years ago

Basic implementation provided by https://github.com/nilportugues/json-api-transformers/pull/30

nilportugues commented 9 years ago

Curies implemented in https://github.com/nilportugues/json-api-transformers/pull/32.

This makes the transformer meet the HAL+JSON spec fairly well, only missing some optional link fields.