gertex/yii2-ban-ip

Extension to black IP addresses to access the system after x number of 404 errors within x minutes

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

0.0.0.1 2022-02-04 18:57 UTC

This package is auto-updated.

Last update: 2024-05-05 00:27:25 UTC


README

Extension to black IP addresses to access the system after x number of 404 errors within x minutes

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist gertex/yii2-ban-ip "*"

or add

"gertex/yii2-ban-ip": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \gertex\yii2banip\AutoloadExample::widget(); ?>```