json-api

A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.

Downloads
335.3K
Stars
579
Committers
7

Bot releases are visible (Hide)

json-api - v1.0.0-beta.7 Latest Release

Published by timacdonald 7 months ago

See the upgrade guide.

What's Changed

New Contributors

Full Changelog: https://github.com/timacdonald/json-api/compare/v1.0.0-beta.6...v1.0.0-beta.7

json-api - v1.0.0-beta.6

Published by timacdonald about 1 year ago

json-api - v1.0.0-beta.5

Published by timacdonald about 1 year ago

json-api - v1.0.0-beta.4

Published by timacdonald over 1 year ago

See the upgrade guide.

What's Changed

New Contributors

Full Changelog: https://github.com/timacdonald/json-api/compare/v1.0.0-beta.3...v1.0.0-beta.4

json-api - v1.0.0-beta.3

Published by timacdonald over 1 year ago

See the upgrade guide.

What's changed

  • Stop accessing magic attributes
json-api - v1.0.0-beta.2

Published by timacdonald over 1 year ago

See the upgrade guide.

What's Changed

New Contributors

Full Changelog: https://github.com/timacdonald/json-api/compare/v1.0.0-beta.1...v1.0.0-beta.2

json-api - v1.0.0-beta.1

Published by timacdonald over 1 year ago

json-api - v0.2.1

Published by timacdonald over 2 years ago

What's Changed

Full Changelog: https://github.com/timacdonald/json-api/compare/v0.2.0...v0.2.1

json-api - v0.2.0

Published by timacdonald over 2 years ago

json-api - v0.1.5

Published by timacdonald almost 3 years ago

  • PHP 8.1 support.
  • Type and Id resolvers now receive the $request.
  • Support for PotentiallyMissing via the standard $this->when($condition, $value, $default).
  • Optimise Includes and Fields caching for a single requests, but continue to support multiple.
json-api - v0.1.4

Published by timacdonald almost 3 years ago

  • PHP 7.4 support
  • Improve type and id caching for user-land toType and toId overrides.

Enjoy @FatBoyXPC 😘

json-api -

Published by timacdonald almost 3 years ago

  • Remove dependence on symfony/http-kernel
json-api - v0.1.2

Published by timacdonald almost 3 years ago

  • Improve performance by caching "id" and "type" on each resource.
json-api - v0.1.1

Published by timacdonald almost 3 years ago

  • Handle non-"JSON:API resource" relationships.
json-api - v0.1.0

Published by timacdonald almost 3 years ago

  • Initial release.