2017 © Pedro Peláez
 

library antibot

A Laravel Package to prevent bots in forms

image

jrmiranda/antibot

A Laravel Package to prevent bots in forms

  • Friday, February 2, 2018
  • by jrmiranda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel 5 AntiBot System

This is a simple Laravel package to prevent bots and spam in forms., (*1)

Installing

Install via composer:, (*2)

composer require jrmiranda/antibot

Add the following provider in your config/app.php:, (*3)

JrMiranda\AntiBot\AntiBotServiceProvider::class,

Usage

Put inside the form:, (*4)

{!! AntiBot::generate('email', 'time') !!}

References

License

MIT, (*5)

The Versions

02/02 2018

dev-master

9999999-dev

A Laravel Package to prevent bots in forms

  Sources   Download

MIT

by Avatar jrmiranda

laravel

02/02 2018

v1.0

1.0.0.0

A Laravel Package to prevent bots in forms

  Sources   Download

MIT

by Avatar jrmiranda

laravel