PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dominique Vienne   PHP Form Honeypot   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Form Honeypot
Generate and check honeypots in HTML forms
Author: By
Last change:
Date: 6 years ago
Size: 602 bytes
 

Contents

Class file image Download
{ "name": "dominiquevienne/honeypot", "description": "This PHP library is used to manage honeypots in HTML forms. It will create the input form and do the necessary checks.", "license": "Apache-2.0", "keywords": ["php","honeypot","form","spam","checks"], "authors": [ { "name": "Dominique Vienne", "email": "pierredominique.vienne@gmail.com" } ], "require": { "php": "^5.3.3 || ^7.0", "monolog/monolog": ">=1.23.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-0": { "Dominiquevienne\\Honeypot\\": "src" } } }