2017 © Pedro Peláez
 

cakephp-plugin cakephp-recaptcha

reCAPTCHA component for CakePHP

image

smartsolutionsitaly/cakephp-recaptcha

reCAPTCHA component for CakePHP

  • Tuesday, June 26, 2018
  • by smartsolutions
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

cakephp-recaptcha

LICENSE packagist issues CakePHP, (*1)

reCAPTCHA component for CakePHP, (*2)

Installation

You can install cakephp-recaptcha into your project using Composer., (*3)

``` bash $ composer require smartsolutionsitaly/cakephp-recaptcha, (*4)

## Setup

The plugin can be installed in two ways.

### Terminal Command

Use this command in your terminal:

``` bash
bin/cake plugin load SmartSolutionsItaly/CakePHP/ReCaptcha

Editing Bootstrap Config

Edit the config/bootstrap.php file and adding, (*5)

``` php Plugin::load('SmartSolutionsItaly/CakePHP/ReCaptcha');, (*6)


at the end of the file. ### Editing Application.php Edit the `src/Application.php` file and adding ``` php $this->addPlugin('SmartSolutionsItaly/CakePHP/ReCaptcha');

in the bootstrap() function., (*7)

``` php public function bootstrap() { parent::bootstrap();, (*8)

$this->addPlugin('SmartSolutionsItaly/CakePHP/ReCaptcha'); } ```, (*9)

License

Licensed under The MIT License For full copyright and license information, please see the LICENSE Redistributions of files must retain the above copyright notice., (*10)

Copyright (c) 2018 Smart Solutions S.r.l. (https://smartsolutions.it), (*11)

The Versions

26/06 2018

dev-master

9999999-dev https://github.com/smartsolutionsitaly/cakephp-recaptcha

reCAPTCHA component for CakePHP

  Sources   Download

MIT

The Development Requires

component cakephp form security recaptcha

26/06 2018

1.0.6

1.0.6.0 https://github.com/smartsolutionsitaly/cakephp-recaptcha

reCAPTCHA component for CakePHP

  Sources   Download

MIT

The Development Requires

component cakephp form security recaptcha

19/06 2018

1.0.4

1.0.4.0 https://github.com/smartsolutionsitaly/cakephp-recaptcha

reCAPTCHA component for CakePHP

  Sources   Download

MIT

The Development Requires

component cakephp form security recaptcha

19/06 2018

1.0.3

1.0.3.0 https://github.com/smartsolutionsitaly/cakephp-recaptcha

reCAPTCHA component for CakePHP

  Sources   Download

MIT

The Development Requires

component cakephp form security recaptcha