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

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.

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"