Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 343 Bytes

File metadata and controls

17 lines (7 loc) · 343 Bytes

PHP REST API

This is a simple PHP REST API from scratch without a Framework.

Getting Started

Import the .sql file and change the params in the config/Database.php file to your own

Demonstrates GET, POST and DELETE operations on a Rest API using a sample blog data.

License

This project is licensed under the MIT License