Download the PHP package json-api-php/json-api without Composer
On this page you can find all versions of the php package json-api-php/json-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download json-api-php/json-api
More information about json-api-php/json-api
Files in json-api-php/json-api
Download json-api-php/json-api
More information about json-api-php/json-api
Files in json-api-php/json-api
Vendor json-api-php
Package json-api
Short Description JSON API specs (jsonapi.org) as a set of PHP classes
License MIT
Package json-api
Short Description JSON API specs (jsonapi.org) as a set of PHP classes
License MIT
Please rate this library. Is it a good library?
Informations about the package json-api
JSON API spec implemented in PHP 7. Immutable
The goal of this library is to ensure strict validity of JSON API documents being produced.
JSON:
PHP:
Installation
composer require json-api-php/json-api
Documentation
First, take a look at the examples. All of them are runnable.
- Simple Document (the same as above)
- Extensive Compound Document
The library API and use-cases are expressed in a comprehensive suite of tests.
- Data Documents (containing primary data)
- with a single Resource Object
- with a single Resource Identifier
- with null data
- with multiple Resource Objects
- with multiple Resource Identifiers
- with a new Resource (no id)
- Compound Documents
- Error Documents
- Meta Documents (containing neither data nor errors)
- Pagination
- Link Objects
- JSON API Object
- Meta Objects
All versions of json-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
ext-json Version *
The package json-api-php/json-api contains the following files
Loading the files please wait ....