jrmiranda/antibot

A Laravel Package to prevent bots in forms

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/jrmiranda/antibot

v1.0 2018-02-02 01:23 UTC

This package is not auto-updated.

Last update: 2026-01-18 11:20:46 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