https://github.com/boolfalse/php-auth
https://github.com/boolfalse/php-auth
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/boolfalse/php-auth
- Owner: boolfalse
- Created: 2019-07-11T22:18:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T19:24:43.000Z (about 6 years ago)
- Last Synced: 2025-02-27T08:08:54.110Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)