Skip to content

saadabdelbaki/PHP-MySQL-User-Signup-Login-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP MySQL User Signup Login API

api ├─── config/ ├────── database.php – file used for connecting to the database. ├─── objects/ ├────── user.php – contains properties and methods for “user” database queries. ├─── User/ ├────── signup.php – file that will accept user data to be saved to the DB. ├────── login.php – file that will accept username & password and validate

About

This step by step tutorial will guide you to setup up Login + Signup API using Core PHP + MySQL following best practices with folders structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 75.0%
  • TSQL 25.0%