2017 © Pedro Peláez
 

library laravel-captcha

An anti-bot image captcha system written for Laravel.

image

infinity-next/laravel-captcha

An anti-bot image captcha system written for Laravel.

  • Tuesday, June 7, 2016
  • by Jawsh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 613 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

Core Features

Example Captcha, (*1)

The core features are:, (*2)

  • Stores captcha codes in the database automatically.
  • Generates a migration file for building the database table (config option for table name).
  • Built in capatcha option for the Laravel validators.
  • captcha() helper for quickly popping in a new captcha.
  • Routing
    • Includes configurable base route (captcha can instead be assets/security-image, for instance)
    • Simple routes for generating a brand new captcha (captcha will 302 to a new image)
    • Accepts routing for profiles (captcha/default 302s to a new image using the default profile)
  • JSON API
    • Accessing any route with the .json suffix will return identifying information about your captcha. Helps with click-to-reload features.
  • Configurable global settings.
    • Fonts and their outline stroke width.
    • Captcha expiry time.
  • Profiles for different fonts, text colors, and canvas colors.
    • Profile option for characters accepted (letters and numbers, customizing the alphabet used).
    • Profile option for canvas color.
    • Profile option for canvas size.
    • Profile option for character count.
    • Profile option for width and height.
    • Profile option for text colors.
    • Profile option for sine wave.
    • Profile option for maximum number of "flourishes", or arcs and lines to draw.
    • Set fonts unique to each profile.

Copyright

Copyright 2015 Fredrick Brennan admin@8chan.co, (*3)

Released under AGPLv3, (*4)

The Versions

07/06 2016

dev-master

9999999-dev

An anti-bot image captcha system written for Laravel.

  Sources   Download

AGPL-3.0+

The Requires

  • php >=5.4.0
  • ext-gd *

 

15/03 2016

1.0.5

1.0.5.0

An anti-bot image captcha system written for Laravel.

  Sources   Download

AGPL-3.0+

The Requires

  • php >=5.4.0
  • ext-gd *

 

14/03 2016

1.0.4

1.0.4.0

An anti-bot image captcha system written for Laravel.

  Sources   Download

AGPL-3.0+

The Requires

  • php >=5.4.0
  • ext-gd *

 

17/02 2016

1.0.3

1.0.3.0

An anti-bot image captcha system written for Laravel.

  Sources   Download

AGPL-3.0+

The Requires

  • php >=5.4.0
  • ext-gd *

 

11/02 2016

1.0.2

1.0.2.0

An anti-bot image captcha system written for Laravel.

  Sources   Download

AGPL-3.0+

The Requires

  • php >=5.4.0
  • ext-gd *

 

11/02 2016

1.0.1

1.0.1.0

An anti-bot image captcha system written for Laravel.

  Sources   Download

AGPL-3.0+

The Requires

  • php >=5.4.0
  • ext-gd *