PHP Package: spatie/laravel-honeypot
Laravel Honeypot is a PHP library designed to protect forms from spam bots by using honeypot technique, seamlessly integrated with Laravel applications.
Package Description
Laravel Honeypot provides an easy-to-use solution for preventing automated form submissions on Laravel websites. By leveraging the honeypot method, this library helps maintain the integrity of form submissions by detecting and blocking spam bots effectively.
Download Latest Version: 4.6.1

Previous Versions
v4.5.4
v4.6.0 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/laravel-honeypot/4.6.1/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';
use Spatie\Honeypot\Honeypot;
$obj = new Honeypot();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.