footballfan141/log-limiter

There is no license information available for the latest version (dev-master) of this package.

A PHP class for login attempts abuse preventing.

dev-master 2016-08-21 23:55 UTC

This package is not auto-updated.

Last update: 2024-10-07 13:49:17 UTC


README

I "FootballFan141" didn't create this class I just updated it for use in my application.

What was updated

I updated it to use mysqli and changed the table names.

If anyone has any trouble let me know. :D

The original at PHPClasses.org

LogLimiter

A PHP class for login attempts abuse preventing.

What is LogLimiter

LogLimiter implements an easy way to limit the login attempts from an user in a time period, for preventing things like bruteforces attacks.

Using LogLimiter

LogLimiter usage is simple. It is explained in the example file, moreover the class file is heavily commented. The only thing you need to do is to create the MySQL tables of LogLimiter (use the tables.sql dump file).