php-json-api icon indicating copy to clipboard operation
php-json-api copied to clipboard

JSON API transformer outputting valid (PSR-7) API Responses.

Results 12 php-json-api issues
Sort by recently updated
recently updated
newest added

Before https://github.com/nilportugues/php-json-api/blob/master/src/Helpers/PropertyHelper.php#L47, make sure each member of the array is flat.

bug

Having a property named "article", if it's a collection returning an array, should be renamed to "articles". Inflectors should be defined prior to the transformation

enhancement