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.
- 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.