Download the PHP package enm/json-api-client without Composer
On this page you can find all versions of the php package enm/json-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download enm/json-api-client
More information about enm/json-api-client
Files in enm/json-api-client
Download enm/json-api-client
More information about enm/json-api-client
Files in enm/json-api-client
Vendor enm
Package json-api-client
Short Description Abstract client-side php implementation of the json api specification (jsonapi.org)
License MIT
Package json-api-client
Short Description Abstract client-side php implementation of the json api specification (jsonapi.org)
License MIT
Please rate this library. Is it a good library?
Informations about the package json-api-client
JSON API Client
Abstract client-side PHP implementation of the json api specification.
Installation
It's recommended to install kriswallsmith/buzz
as http-client and nyholm/psr7
for http factories.
You can also use any HTTP client which implements PSR-18.
Usage
First you should read the docs at enm/json-api-common where all basic structures are defined.
Your API client is an instance of Enm\JsonApi\Client\JsonApiClient
, which requires a PSR-18 HTTP client (Psr\Http\Client\ClientInterface
) to execute requests.
All versions of json-api-client with dependencies
PHP Build Version
Package Version
Requires
enm/json-api-common Version
^3.0
psr/http-factory Version ^1.0
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-client Version ^1.0
The package enm/json-api-client contains the following files
Loading the files please wait ....