Download the PHP package jpbassalot/jsonapi without Composer
On this page you can find all versions of the php package jpbassalot/jsonapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jsonapi
JSON File API
The JSON File API is a simple read-only API that allows you to fetch and serialize data stored in JSON files. This API supports pagination and searching for files based on specific properties.
Getting Started
To use this, you will need to have PHP >= 8.1 installed.
Usage
Fetching with Pagination
Example: GET /path/to/index.php?page=1
Query Parameters:
page
(optional): The page number to fetch. If not provided, it defaults to 1.
Searching within JSON properties
To search within specific properties, make a GET request with the search query parameter.
Example: GET /path/to/index.php?search=data
Query Parameters:
search
(optional): The search query to filter files.
Example Usage
All versions of jsonapi with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package jpbassalot/jsonapi contains the following files
Loading the files please wait ....