jurager / json-api
A Lightweight JSON:API Resource for Laravel
Installs: 162
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/jurager/json-api
Requires
- php: ^8.2
- illuminate/collections: ^11.0 || ^12.0
- illuminate/database: ^11.0 || ^12.0
- illuminate/http: ^11.0 || ^12.0
- illuminate/support: ^11.0 || ^12.0
- symfony/http-kernel: ^7.0
Requires (Dev)
- laravel/framework: ^11.0 || ^12.0
- laravel/pint: ^1.25
- opis/json-schema: ^2.3
- orchestra/testbench: ^9.0 || ^10.0
- phpunit/phpunit: ^9.0 || ^10.5 || ^11.5
README
A Laravel package that enables seamless adherence to the JSON:API specification resources, featuring built-in support for sparse fieldsets, compound documents, and additional specification-driven capabilities.
Requirements
PHP >= 8.2 and Laravel 11.x or higher
Installation
To install, configure and learn how to use please go to the Documentation.
License
Open source, licensed under the MIT license.