Download the PHP package vigstudio/laravel-stopforumspam without Composer
On this page you can find all versions of the php package vigstudio/laravel-stopforumspam. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vigstudio/laravel-stopforumspam
More information about vigstudio/laravel-stopforumspam
Files in vigstudio/laravel-stopforumspam
Package laravel-stopforumspam
Short Description StopForumSpam for Laravel 8.x/9.x
License MIT
Informations about the package laravel-stopforumspam
Laravel StopForumSpam
Installation
Install this package with composer:
Copy the config files for the StopForumSpam-plugin
Examples
Validation Rule - IsSpamEmail
The IsSpamEmail
-rule has one optional paramter frequency
(default 10) to validate the request.
Validation Rule - IsSpamIp
The IsSpamIp
-rule has one optional paramter frequency
(default 10) to validate the request.
Validation Rule - IsSpamUsername
The IsSpamUsername
-rule has one optional paramter frequency
(default 10) to validate the request.
Manually Usage - IsSpamEmail
Manually Usage - IsSpamIp
Manually Usage - IsSpamUsername
Events
You can listen to the IsSpamEmail
, IsSpamIp
and IsSpamUsername
events, e.g. if you want to log all the IsSpam
-requests in your application
IsSpamEmail Event
This event will be fired when the request-email is above the frequency of sending spam
nickurt\StopForumSpam\Events\IsSpamEmail
IsSpamIp Event
This event will be fired when the request-ip is above the frequency of sending spam
nickurt\StopForumSpam\Events\IsSpamIp
IsSpamUsername Event
This event will be fired when the request-username is above the frequency of sending spam
nickurt\StopForumSpam\Events\IsSpamUsername