fix php 5.6 in docker dev env (#1740)
[openemr.git] / vendor / zendframework / zend-captcha / README.md
blob006e7dc06dae2e6e1d92dcb4ebe5ea82dc1031ae
1 # zend-captcha
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-captcha.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-captcha)
4 [![Coverage Status](https://coveralls.io/repos/zendframework/zend-captcha/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-captcha?branch=master)
6 `Zend\Captcha` component is able to manage “Completely Automated Public Turing
7 test to tell Computers and Humans Apart” (CAPTCHA); it is used as a
8 challenge-response to ensure that the individual submitting information is a
9 human and not an automated process. Typically, a captcha is used with form
10 submissions where authenticated users are not necessary, but you want to prevent
11 spam submissions.
13 - File issues at https://github.com/zendframework/zend-captcha/issues
14 - Documentation is at https://zendframework.github.io/zend-captcha/