2017 © Pedro Peláez
 

symfony-bundle honeypot-bundle

Rattler Honeypot Bundle

image

rattler/honeypot-bundle

Rattler Honeypot Bundle

  • Wednesday, June 15, 2016
  • by Rattler3
  • Repository
  • 1 Watchers
  • 2 Stars
  • 10,463 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

Rattler HoneypotBundle

A Symfony bundle that provides a very simple invisible Honeypot form type, (*1)

For Symfony 2 use version 1.0., (*2)

Installation

Add bundle to composer.json

"require": {
    // ...
    "rattler/honeypot-bundle": "~2.0",
}

Enable RattlerHoneypotBundle

// config/bundles.php

return [
    // ...
    Rattler\HoneypotBundle\RattlerHoneypotBundle::class => ['all' => true],
];

Usage

Add the following to to an existing form., (*3)

$builder->add('text', HoneypotType::class);

The name of the field can be changed to anything (generic names seems to work better)., (*4)

The Versions

15/06 2016

dev-master

9999999-dev

Rattler Honeypot Bundle

  Sources   Download

proprietary

The Requires

 

honeypot

15/06 2016

2.0.1

2.0.1.0

Rattler Honeypot Bundle

  Sources   Download

proprietary

The Requires

 

honeypot

15/06 2016

2.0

2.0.0.0

Rattler Honeypot Bundle

  Sources   Download

proprietary

The Requires

 

honeypot

15/06 2015

1.0

1.0.0.0

Rattler Honeypot Bundle

  Sources   Download

proprietary

The Requires

 

honeypot