Download the PHP package jsadways/data-api without Composer
On this page you can find all versions of the php package jsadways/data-api. 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 data-api
Install
composer require jsadways/data-api
Edit .env file
if you use the old repository version add this to .env file
The defined route url in this package
- Used in local backend, to receive request from frontend and pass request to the second url below in another system
POST
/api/data_api/fetch
parameters
response
- Used in other system backend, for filter out data using repository
We doesn't recommend using this url directly
GET
/api/data_api/get
parameters
response
- Used in other system backend, for call the service api
POST
/api/data_api/service
parameters
response
- Use Command to list all system service api
php artisan data-api:list
response
Examples
- Call route url post from frontend
code
description
response
- Call Service from backend system
code
-
use service
- use static method
- Call Service API
code
- use service
- Use Command to list all system service api
code
-
php artisan
- response
All versions of data-api with dependencies
PHP Build Version
Package Version
No informations.
The package jsadways/data-api contains the following files
Loading the files please wait ....