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. blueweb/nette-honeypot

ActiveLibrary

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

Honeypot extension for Nette Forms

v2.1.0(7mo ago)042.1k↓33.1%MITPHP

Since Jul 14Pushed 7mo 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 1mo 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

44

—

FairBetter than 92% of packages

Maintenance63

Regular maintenance activity

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

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

224d 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

[msurguy/honeypot

Honeypot spam prevention

4381.2M12](/packages/msurguy-honeypot)[contributte/forms-bootstrap

Nette extension for Bootstrap forms

211.1M4](/packages/contributte-forms-bootstrap)[contributte/recaptcha

Google reCAPTCHA for Nette - Forms

421.3M4](/packages/contributte-recaptcha)[contributte/forms-multiplier

Multiplier for nette forms

281.4M3](/packages/contributte-forms-multiplier)[kdyby/forms-replicator

Nette forms container replicator aka addDynamic

32997.7k6](/packages/kdyby-forms-replicator)[omines/antispam-bundle

The Swiss Army Knife for protecting your Symfony forms from all kinds of spam

4459.2k](/packages/omines-antispam-bundle)

PHPackages © 2026

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