/php-rest-api

Repository of creating REST APIs using PHP & MySql.

Primary LanguagePHP

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.