Skip to content

A dummy api server script along with a basic HTTP request maker. Made within 1 hour for college hackathon.

Notifications You must be signed in to change notification settings

Aayush-683/php-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP API SERVER SCRIPT

A dummy api server written in PHP to be used for testing purposes.

Made as a Class Project in 1 hour.

Includes request.php to make requests to this script or any other API.

Features

  • Uses a local JSON database to store data
  • Supports GET, POST, PUT, PATCH & DELETE requests
  • Request Maker included in request.php which supports JSON body.

About

A dummy api server script along with a basic HTTP request maker. Made within 1 hour for college hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages