PHPackages                             blueweb/nette-honeypot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. blueweb/nette-honeypot

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

blueweb/nette-honeypot
======================

Honeypot extension for Nette Forms

v2.1.0(9mo ago)045.5k↓54.8%MITPHP

Since Jul 14Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/blueweb/honeypot)[ Packagist](https://packagist.org/packages/blueweb/nette-honeypot)[ RSS](/packages/blueweb-nette-honeypot/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Nette Honeypot Extension
========================

[](#nette-honeypot-extension)

Adds support for honeypot input in Nette Forms.

Installation
------------

[](#installation)

Best way to install this is using composer:

```
composer require blueweb/nette-honeypot
```

Then register extension:

```
extensions:
    honeypot: Blueweb\NetteHoneypot\HoneypotExtension
```

Usage
-----

[](#usage)

```
$form->addHoneypot($name, $caption, $errorMessage);
```

Parameter `$name` should be something yummy for robot, like additional\_email.

In `$caption` you should write something for user, which for some reason has not this field hidden.

In `$message` you may change default error message.

You can also specify your own error callback:

```
$honeypot = $form->addHoneypot('email');
$honeypot->onError[] = function($control){ .... };
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance58

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 73.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~273 days

Recently: every ~477 days

Total

8

Last Release

271d ago

Major Versions

1.0.4 → 2.0.02022-03-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/829270?v=4)[Blueweb](/maintainers/blueweb)[@blueweb](https://github.com/blueweb)

---

Top Contributors

[![iGavrilo](https://avatars.githubusercontent.com/u/16431453?v=4)](https://github.com/iGavrilo "iGavrilo (11 commits)")[![semisedlak](https://avatars.githubusercontent.com/u/1753633?v=4)](https://github.com/semisedlak "semisedlak (3 commits)")[![patriqeso](https://avatars.githubusercontent.com/u/38747040?v=4)](https://github.com/patriqeso "patriqeso (1 commits)")

---

Tags

nettespamFormsHoneypotantispam

### Embed Badge

![Health badge](/badges/blueweb-nette-honeypot/health.svg)

```
[![Health](https://phpackages.com/badges/blueweb-nette-honeypot/health.svg)](https://phpackages.com/packages/blueweb-nette-honeypot)
```

###  Alternatives

[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54413.6M513](/packages/nette-forms)[karser/karser-recaptcha3-bundle

Google ReCAPTCHA v3 for Symfony

1872.6M14](/packages/karser-karser-recaptcha3-bundle)[msurguy/honeypot

Honeypot spam prevention

4371.3M13](/packages/msurguy-honeypot)[uestla/recaptcha-control

reCAPTCHA control for Nette Framework forms

26579.8k1](/packages/uestla-recaptcha-control)[contributte/forms-bootstrap

Nette extension for Bootstrap forms

221.1M4](/packages/contributte-forms-bootstrap)[contributte/forms-wizard

Wizard component for nette/forms

15791.1k](/packages/contributte-forms-wizard)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
