An open API service indexing awesome lists of open source software.

https://github.com/boolfalse/php-auth


https://github.com/boolfalse/php-auth

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

### 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:

- [tutorialrepublic](https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php)