zendframework / zend-captcha
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-captcha package instead.
Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more
2.9.0
2019-06-18 09:32 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-math: ^2.7 || ^3.0
- zendframework/zend-stdlib: ^3.2.1
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.2
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-session: ^2.8
- zendframework/zend-text: ^2.6
- zendframework/zend-validator: ^2.10.1
- zendframework/zendservice-recaptcha: ^3.0
Suggests
- zendframework/zend-i18n-resources: Translations of captcha messages
- zendframework/zend-session: Zend\Session component
- zendframework/zend-text: Zend\Text component
- zendframework/zend-validator: Zend\Validator component
- zendframework/zendservice-recaptcha: ZendService\ReCaptcha component
This package is auto-updated.
Last update: 2020-01-29 14:43:48 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-captcha.
Zend\Captcha component is able to manage “Completely Automated Public Turing
test to tell Computers and Humans Apart” (CAPTCHA); it is used as a
challenge-response to ensure that the individual submitting information is a
human and not an automated process. Typically, a captcha is used with form
submissions where authenticated users are not necessary, but you want to prevent
spam submissions.
- File issues at https://github.com/zendframework/zend-captcha/issues
- Documentation is at https://docs.zendframework.com/zend-captcha/