Saturday, November 14, 2015

How to build a REST API using PHP and MySQL

This article contains how I built the API for the Wedding Planner application. The API is RESTFULL and will return JSON objects for the requests. The databaseI used is MySQL and the API is written using pure PHP.
REST API's job is to get the request from client, interact with database and finally give the response back to client.


The tools I have used


  • XAMP - for APACHE and MySQL servers
  • PHP MyAdmin as a MySQL client
  • NetBeans to implement PHP project



No comments:

Post a Comment