Download the PHP package webcoder01/json-api without Composer
On this page you can find all versions of the php package webcoder01/json-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webcoder01/json-api
More information about webcoder01/json-api
Files in webcoder01/json-api
Download webcoder01/json-api
More information about webcoder01/json-api
Files in webcoder01/json-api
Vendor webcoder01
Package json-api
Short Description A framework-agnostic library designed to use HTTP requests with ease in accordance with the JSON:API specification.
License MIT
Package json-api
Short Description A framework-agnostic library designed to use HTTP requests with ease in accordance with the JSON:API specification.
License MIT
Please rate this library. Is it a good library?
Informations about the package json-api
About
Json-Api is a framework-agnostic library that normalizes responses of your API in a standardized way based on the JSON:API specification. Also, it handles pagination and sorting by automatically parsing the request URL. You can use it in a vanilla PHP project or in any PHP framework.
For more information about the JSON:API specification, go to https://jsonapi.org/.
Features
- Generation of success and error responses
- Pagination specified in requests
- Sorting specified in requests
Installation
composer require webcoder01/json-api
Usage
If you want to learn more about request parsing, go to this page.
If you want to know how to generate a response, go to this page.
All versions of json-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package webcoder01/json-api contains the following files
Loading the files please wait ...