PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kacper Rowinski   OneClickCaptcha   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OneClickCaptcha
CAPTCHA validation based on user clicks on circles
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 659 bytes
 

Contents

Class file image Download
{ "name": "krowinski/one-click-captcha", "description": "Simple captcha that requires from user to only click a cut circle on image with several other circles. You can customize color of circles, background, width and height of image. Its very lightweight require no js just simple form in html and php gd extension.", "keywords": [ "php", "captcha" ], "license": "MIT", "type": "library", "require": { "php": ">=7.1", "imagine/imagine": "^0.7.1" }, "require-dev": { "ext-xdebug": "*", "phpunit/phpunit": "~7.0" }, "autoload": { "psr-4": { "OneClickCaptcha\\": "src/" } } }