PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   PHP Form SPAM Protection without CAPTCHA   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Form SPAM Protection without CAPTCHA
Validate human users who submit form fields
Author: By
Last change:
Date: 3 months ago
Size: 637 bytes
 

Contents

Class file image Download
{ "name": "daxslab/no-captcha", "description": "", "keywords": [ "no captcha", "honeypot", "form", "security", "spam" ], "license": "MIT", "authors": [ { "name": "Daxslab", "homepage": "https://www.daxslab.com" } ], "require-dev": { "codeception/codeception": "^4.0", "codeception/module-webdriver": "^1.0.0", "codeception/module-asserts": "^1.1", "codeception/module-phpbrowser": "^1.0" }, "autoload": { "psr-4": { "daxslab\\nocaptcha\\": "lib/" } } }