Download the PHP package php-quickorm/captcha without Composer
On this page you can find all versions of the php package php-quickorm/captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-quickorm/captcha
More information about php-quickorm/captcha
Files in php-quickorm/captcha
Download php-quickorm/captcha
More information about php-quickorm/captcha
Files in php-quickorm/captcha
Vendor php-quickorm
Package captcha
Short Description A library implemented by PHP to generate captcha easily.
License MIT
Package captcha
Short Description A library implemented by PHP to generate captcha easily.
License MIT
Please rate this library. Is it a good library?
Informations about the package captcha
PHP Captcha Library
What is it
A library implemented by PHP to generate captcha easily.
Requirements
- PHP 5 +
- PHP GD
- composer
Please assure that you have installed php-gd, and install it via
apt install php7.0-gd
orapt install php5-gd
is recommended.Installation
Here are two ways to install:
-
Using composer:
- or download the
Captcha.php
andarial.ttf
to your project and import it byrequire "Captcha.php";
Usage
The captcha has three levels, and the first is the easiest.
Simple
image.php
index.html
Advanced Options
Here is a demo: https://github.com/php-quickorm/Captcha/tree/master/demo
All versions of captcha with dependencies
PHP Build Version
Package Version
No informations.
The package php-quickorm/captcha contains the following files
Loading the files please wait ....