PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alessio Felicioni   CodeIgniter ReCaptcha Helper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CodeIgniter ReCaptcha Helper
CodeIgniter controller for ReCAPTCHA validation
Author: By
Last change: Update license key in composer.json
Clean
Add composer
Date: 8 years ago
Size: 563 bytes
 

Contents

Class file image Download
{ "name": "afelicioni/codeigniter-recaptcha", "description": "Recaptcha quick integration into CodeIgniter", "type": "afelicioni-codeigniter", "license": "GPL-2.0", "require": { "php": ">=5.3.0", "afelicioni/codeigniter-installer-plugin": ">=0.2.0" }, "minimum-stability": "dev", "extra": { "target-path": ".", "setup-files": [ ["config/Recaptcha.php", "application/config/Recaptcha.php"], ["libraries/Recaptcha.php", "application/libraries/Recaptcha.php"], ["controllers/Recaptcha.php", "application/controllers/Recaptcha.php"] ] } }