jrmiranda/antibot

A Laravel Package to prevent bots in forms

Maintainers

Package info

github.com/jrmiranda/antibot

Issues

pkg:composer/jrmiranda/antibot

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-15 12:06:25 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