jrmiranda / antibot
A Laravel Package to prevent bots in forms
v1.0
2018-02-02 01:23 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 14:43:40 UTC
README
This is a simple Laravel package to prevent bots and spam in forms.
Installing
Install via composer:
composer require jrmiranda/antibot
Add the following provider in your config/app.php:
JrMiranda\AntiBot\AntiBotServiceProvider::class,
Usage
Put inside the form:
{!! AntiBot::generate('email', 'time') !!}
References
License
MIT