About:

PHP AUTH: This is a simple boilerplate for PHP Auth.

  • Login
  • Register
  • Logout
  • Password Reset

Installation:

  • Run this command for cloning the project (otherwise you can download as .zip)
git clone https://github.com/boolfalse/php-auth.git
  • Create MySQL 5.* DB
  • Copy the "env-example.php" as "env.php" and configure DB credentials
  • Config your host on root folder (probably it'll be hosted on 'index.php' by default)
  • Run necessary migrations via web page "/setup.php"
  • Open the page "/login"

Sources: