laravel-json-api / spec
Validate JSON documents for compliance with the JSON:API specification.
v3.3.0
2026-03-28 17:57 UTC
Requires
- php: ^8.2
- ext-json: *
- illuminate/contracts: ^11.0|^12.0|^13.0
- illuminate/pipeline: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- laravel-json-api/core: ^5.3
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0|^11.0
- phpunit/phpunit: ^10.5|^11.5.3
This package is auto-updated.
Last update: 2026-03-28 17:57:36 UTC
README
Validate JSON documents for compliance with the JSON:API specification. Part of the Laravel JSON:API library.
Installation
Install using Composer
composer require laravel-json-api/spec
License
Laravel JSON:API is open-sourced software licensed under the MIT License.