laravel-json-api / spec
Validate JSON documents for compliance with the JSON:API specification.
Installs: 783 661
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 0
Requires
- php: ^8.2
- ext-json: *
- illuminate/contracts: ^11.0
- illuminate/pipeline: ^11.0
- illuminate/support: ^11.0
- laravel-json-api/core: ^4.0
Requires (Dev)
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-10-14 18:55:43 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.