dogado / json-api-server
Abstract server side php implementation of the JSON:API protocol.
Installs: 5 700
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- ext-json: *
- dogado/json-api-common: ^3.0
- symfony/validator: ^5.3.7|^6.0
Requires (Dev)
- fakerphp/faker: ^1.15
- guzzlehttp/psr7: ^1.7
- phpstan/phpstan: ^0.12.92
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
Suggests
- symfony/expression-language: For using the Expression validator in models.
README
Installation
composer require dogado/json-api-server
Documentation
First you should read the docs of dogado/json-api-common where all basic structures will be explained.
Credits
This package contains code taken from enm/json-api-server.
License
The MIT License (MIT). Please see License File for more information.