Download the PHP package infinity-next/laravel-captcha without Composer
On this page you can find all versions of the php package infinity-next/laravel-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download infinity-next/laravel-captcha
More information about infinity-next/laravel-captcha
Files in infinity-next/laravel-captcha
Download infinity-next/laravel-captcha
More information about infinity-next/laravel-captcha
Files in infinity-next/laravel-captcha
Vendor infinity-next
Package laravel-captcha
Short Description An anti-bot image captcha system written for Laravel.
License AGPL-3.0+
Package laravel-captcha
Short Description An anti-bot image captcha system written for Laravel.
License AGPL-3.0+
Please rate this library. Is it a good library?
Informations about the package laravel-captcha
Core Features
The core features are:
- 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 beassets/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 thedefault
profile)
- Includes configurable base route (
- JSON API
- Accessing any route with the
.json
suffix will return identifying information about your captcha. Helps with click-to-reload features.
- Accessing any route with the
- 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 [email protected]
Released under AGPLv3
All versions of laravel-captcha with dependencies
PHP Build Version
Package Version
The package infinity-next/laravel-captcha contains the following files
Loading the files please wait ....