Download the PHP package slick/json-api without Composer
On this page you can find all versions of the php package slick/json-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download slick/json-api
More information about slick/json-api
Files in slick/json-api
Package json-api
Short Description JSON:API specification library, providing content negotiation, error handling and pagination, as well as fetching, creation, updating and deleting resources
License MIT
Homepage https://github.com/slickframework/json-api
Informations about the package json-api
Slick JSON API implementation package
The slick/json-api
library implements the JSON:API 1.1 specification and a
Slick module.
It supports a wide range of features, including content negotiation, error handling,
pagination, and resource operations like fetching, creating, updating, and deleting.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
Install
To integrate slick/json-api
into your application, install it via Composer.
Usage
Please check documentation site for a complete reference.
Testing
We use PHPSpec for unit testing.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of json-api with dependencies
ext-json Version *
doctrine/collections Version ^1.6|^2.1|^3.0
psr/http-message Version ^1.0|^2.0
psr/http-server-middleware Version >=1.0.0
slick/configuration Version >=v2.1.0
slick/error-handler Version ^0.4.0@dev
slick/module-api Version >=v0.4.0