SwapnilKPatel / php-rest-api

Repository of creating REST APIs using PHP & MySql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST APIs using PHP.

Repository of creating REST APIs using PHP & MySql.

Installing

All you need to do is copy server folder of repository in your server( Apache, etc. )

  • Create database of your choice with table user(id, name, email, password, contact).
  • For Linux you can copy that server folder to /var/www/html.
  • For windows copy to www folder of WAMP/XAAMP.

About

Repository of creating REST APIs using PHP & MySql.


Languages

Language:PHP 100.0%