https://github.com/surazdott/php-pdo-login
The Login System is robust, powerful and secure built in PHP using PDP extension. You can download it and use for your project.
https://github.com/surazdott/php-pdo-login
login-system mysql pdo-php php
Last synced: 11 months ago
JSON representation
The Login System is robust, powerful and secure built in PHP using PDP extension. You can download it and use for your project.
- Host: GitHub
- URL: https://github.com/surazdott/php-pdo-login
- Owner: surazdott
- Created: 2020-05-03T04:33:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T05:10:33.000Z (over 5 years ago)
- Last Synced: 2025-01-21T17:50:06.608Z (about 1 year ago)
- Topics: login-system, mysql, pdo-php, php
- Language: PHP
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advance Login System in PHP PDO

## About
The Login System is robust, powerful and secure built in PHP using PDP extension. You can download it and use for your project.
## Features:
1. SQL Injection
2. Login Token System
3. Session Hijacking
4. Multiple User Roles
5. Password Reset System
6. Advance Password Encrption Alogithum
7. Dymanic Table Migration
8. Dymanic Query, Add, Edit, Delete and Update System,
## Requirements
1. PHP 5.6.0 or Above
2. OpenSSL PHP Extension
3. PDO PHP Extension
4. Mbstring PHP Extension
5. Tokenizer PHP Extension
## Installation
1. Download or clone the files
2. Create the database name "login"
3. Migrate the table using "http://localhost/login/schema.php"
4. Login Page "http://localhost/login/cms"