What is the best PHP login class? #login
Edit
by Hardly Shaw - 9 years ago (2015-12-17)
Login class that can easily be adapted
| I want to be able to use the class with user records in CSV, MySQL or any other database system without rewriting the entire script. |
- 1 Clarification request
1.
by Martin Barker - 9 years ago (2015-12-21) Reply
have you looked at Zend_Auth? i'm sure that does exactly that
Ask clarification
1 Recommendation
PHP Secure Login Library: Login users and start sessions in a MySQL database
This package can login users and start sessions in a MySQL database.
It can can start logged user sessions with records stored in a MySQL database accessed using MySQLi.
The package scripts can perform other operations to manage user accounts like registering users, verify the user email address, recover lost user passwords, login and logout users.
| by Mohamed Elbahja package author 310 - 8 years ago (2016-07-12) Comment
phpsls: PHP Secure Login System |