metrakit/visualcaptcha-laravel

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop
1,898 8
Install
composer require metrakit/visualcaptcha-laravel
PHP:>=5.3
License:MIT
Last Updated:Oct 13, 2014
Links: GitHub  ·  Packagist
Maintainer: Metrakit

VisualCaptcha-Laravel

VisualCatpcha library adapted for Laravel

This package is available on Packagist: https://packagist.org/packages/metrakit/visualcaptcha-laravel

And on Packalyst: http://packalyst.com/packages/package/metrakit/visualcaptcha-laravel

##How to install

  • Add the package to your composer.json:

"metrakit/visualcaptcha-laravel": "dev-master" ```

  • Use the command :
composer update
  • Add these lines top the "app.php" file in the config folder where is the "aliases" category :

// VisualCaptcha - Captcha library 'Captcha' => 'visualCaptcha\Captcha', 'SessionCaptcha' => 'visualCaptcha\SessionCaptcha', ```

It's all !

##DEMO You have an example here: https://github.com/Metrakit/VisualCaptcha-Laravel/tree/master/example

##OFFICIAL WEBSITE This library is from VisualCaptcha of EmotionLoop : http://visualcaptcha.net.

I have only adapted it for Laravel 4

Related Packages

devbry/visualcaptcha-laravel

Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop

60 0
hugocabral/visualcaptcha-laravel-jquery

Laravel library for visualCaptcha using jQuery. VisualCaptcha is created by Emot...

169 6
sayakb/captcha

Captcha Package for Laravel 4, Fork of mewebstudio/captcha

10,475 8
latrell/captcha

Captcha Package for Laravel 5

7,628 8
anhskohbo/no-captcha

No CAPTCHA reCAPTCHA For Laravel.

9,318,232 1,849