json-api-php / json-api

Implementation of JSON API in PHP
https://json-api-php.github.io/
MIT License
183 stars 18 forks source link

array representation for ResourceObject, DataDocument, CompoundDocument #110

Closed yarikhalupiak closed 2 years ago

yarikhalupiak commented 2 years ago

Hi, I would like to build a request handler using the components of this library, for that I need document and resource state information.

An array representation is sufficient for ResourceObject, DataDocument, CompoundDocument.

Added

Additional