Download the PHP package openwide/zend-captcha-bundle without Composer
On this page you can find all versions of the php package openwide/zend-captcha-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openwide/zend-captcha-bundle
More information about openwide/zend-captcha-bundle
Files in openwide/zend-captcha-bundle
Download openwide/zend-captcha-bundle
More information about openwide/zend-captcha-bundle
Files in openwide/zend-captcha-bundle
Vendor openwide
Package zend-captcha-bundle
Short Description Zend Captcha bundle
License GNU GENERAL PUBLIC LICENSE
Homepage https://github.com/Open-Wide/ZendCaptchaBundle
Package zend-captcha-bundle
Short Description Zend Captcha bundle
License GNU GENERAL PUBLIC LICENSE
Homepage https://github.com/Open-Wide/ZendCaptchaBundle
Please rate this library. Is it a good library?
Informations about the package zend-captcha-bundle
ZendCaptchaBundle
The ZendCaptchaBundle adds support for a captcha form type for the Symfony form component. Compatibility with Symfony
If you are using SYmfony >= 2.8 Installation
Step 1: Download the ZendCaptchaBundle
Using Composer
or add bundle in composer.json
Step 2: Enable the bundle
Usage
You can use the "zend captcha" type in your forms this way:
Options
- img_dir allow you to specify the directory for storing CAPTCHA images. The default is /web/captcha
- font allow you to specify the font you will use. The default is arial.ttf
- img_url allow you to specify the relative path to a CAPTCHA image to use for HTML markup. The default is “/captcha”.
- suffix allow you to specify the filename suffix for the CAPTCHA image. The default is “.png”.
- width allow you to specify the width in pixels of the generated CAPTCHA image. The default is 200px.
- height allow you to specify the height in pixels of the generated CAPTCHA image. The default is 50px.
- font_size allow you to specify the font size in pixels for generating the CAPTCHA. The default is 24px.
- dot_noise_level and line_noise_level allow you to control how much “noise” in the form of random dots and lines the image would contain. The default is 100 dots and 5 lines. The noise is added twice - before and after the image distortion transformation.
- word_len allow you to specify the length of the generated “word” in characters. The default is 8.
- expiration allow you to specify a maximum lifetime the CAPTCHA image may reside on the filesystem. Garbage collection is run periodically each time the CAPTCHA object is invoked, deleting all images that have expired. Expiration values should be specified in seconds. The default is 600.
- gc_freq allow you to specify how frequently garbage collection should run. Garbage collection will run every 1/gcFreq calls. The default is 100.
- bypass_code code that will always validate the captcha (default=null)
All versions of zend-captcha-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.9
symfony/framework-bundle Version ~2.3|~3.0
zendframework/zend-captcha Version ^2.5
zendframework/zend-validator Version ^2.5
zendframework/zend-text Version ^2.5
zendframework/zend-session Version ^2.5
symfony/framework-bundle Version ~2.3|~3.0
zendframework/zend-captcha Version ^2.5
zendframework/zend-validator Version ^2.5
zendframework/zend-text Version ^2.5
zendframework/zend-session Version ^2.5
The package openwide/zend-captcha-bundle contains the following files
Loading the files please wait ....