slick/json-api

JSON:API specification library, providing content negotiation, error handling and pagination, as well as fetching, creation, updating and deleting resources

v1.3.1 2024-01-29 12:08 UTC

README

Latest Version Software License Build Status Total Downloads

slick/json-api is an implementation of JSON:API specification library which supports the vast majority of the JSON:API 1.1 specification: it provides various capabilities including content negotiation, error handling and pagination, as well as fetching, creation, updating and deleting resources.

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

Via Composer

$ composer require slick/json-api

Usage

Testing

We use PHPSpec for unit testing.

# unit tests
$ vendor/bin/phpspec

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email slick.framework@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.