Download the PHP package restjs/rest-api without Composer
On this page you can find all versions of the php package restjs/rest-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download restjs/rest-api
More information about restjs/rest-api
Files in restjs/rest-api
Download restjs/rest-api
More information about restjs/rest-api
Files in restjs/rest-api
Vendor restjs
Package rest-api
Short Description Create Rest API Application
License MIT
Homepage https://github.com/fullstackondemand/rest-api
Package rest-api
Short Description Create Rest API Application
License MIT
Homepage https://github.com/fullstackondemand/rest-api
Please rate this library. Is it a good library?
Informations about the package rest-api
Create Php Rest API Application
Installation
Run the Composer command to install the latest stable version of RestJS:
Getting Started
- Create new Database with
mongodb
. - Configure database variables in .env:
Used Feature
json
,headers_authorization
,upload_file
,access_token
Quick links
- Get API for
GET
,POST
,PUT
,DELETE
- Upload File for
POST
,DELETE
API Routes
HTTP Method | Path | Action | Scope | Desciption |
---|---|---|---|---|
GET | / |
index | document:list | Get all document |
POST | / |
store | document:create | Create an document |
GET | / |
show | document:read | Fetch an document by id |
PUT | / |
update | document:write | Update an document by id |
DELETE | / |
destroy | document:delete | Delete an document by id |
All versions of rest-api with dependencies
PHP Build Version
Package Version
The package restjs/rest-api contains the following files
Loading the files please wait ....