limoncello-php / json-api
This package is abandoned and no longer maintained.
The author suggests using the limoncello-php/flute package instead.
Limoncello framework json-api support
0.3.3
2016-12-16 09:37 UTC
Requires
- php: >=5.6.0
- container-interop/container-interop: ^1.1
- doctrine/dbal: ^2.5
- limoncello-php/validation: ^0.2.0
- neomerx/cors-psr7: ^1.0.0
- neomerx/json-api: ^0.8.0
- zendframework/zend-diactoros: ^1.3
Requires (Dev)
- fzaninotto/faker: ^1.6
- limoncello-php/container-light: ^0.1.0
- mockery/mockery: ^0.9.4
- phpmd/phpmd: ^2.4
- phpunit/phpunit: ^4.0 || ^5.0
- scrutinizer/ocular: ^1.3
- squizlabs/php_codesniffer: ^2.5
This package is not auto-updated.
Last update: 2017-03-17 02:21:37 UTC
README
This component adds JSON API support and provides a range of classes for JSON input data parsing, validation, create/read/update/delete operations and forming JSON API responses. Out-of-the-box it supports input data filters, sorting, pagination, resource inclusion and sparse field sets (see JSON API spec for details).
This is a part of Limoncello Framework.
Testing
$ composer test