PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kabir Hossain   PHP Math CAPTCHA Image Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Math CAPTCHA Image Validation
Validate humans with images using math operations
Author: By
Last change:
Date: 4 months ago
Size: 870 bytes
 

Contents

Class file image Download
{ "name": "kabir/captcha", "type": "package", "description": "PHP math captcha. Laravel supported", "license": "MIT", "authors": [ { "name": "Mohammad Kabir Hossain", "email": "kabir.cse10@gmail.com" } ], "require": { "php": ">=5.6" }, "require-dev": { }, "autoload": { "psr-4": { "Kabir\\Captcha\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "master-dev" }, "laravel": { "providers": [ "Kabir\\Captcha\\CaptchaServiceProvider" ], "aliases": { "Captcha": "Kabir\\Captcha\\Facades\\Captcha" } } }, "minimum-stability": "stable" }