PHPackages                             chh/stack-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chh/stack-honeypot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chh/stack-honeypot
==================

Sets up a form honeypot for spambots and redirects them to a blank page

v1.0.1(12y ago)241953MITPHPPHP &gt;=5.4.0

Since Jan 22Pushed 12y ago1 watchersCompare

[ Source](https://github.com/CHH/stack-honeypot)[ Packagist](https://packagist.org/packages/chh/stack-honeypot)[ RSS](/packages/chh-stack-honeypot/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Stack\\Honeypot
===============

[](#stackhoneypot)

A port of [Rack::Honeypot](https://github.com/sunlightlabs/rack-honeypot) to Stack for PHP.

Install
-------

[](#install)

```
composer require stack/honey-pot:~1.0

```

Usage
-----

[](#usage)

Wrap your HttpKernelInterface app in an instance of `CHH\Stack\Honeypot` or add it to your middleware stack.

With [stack/builder](https://github.com/stackphp/builder):

```
