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.

Current Version: 4.5.4
Last Updated: 2025-02-06
PHP Requirement: ^8.0
Dependencies:
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.6.1

Clock Coming soon

Previous Versions

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.