PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_ReCaptcha

PHP5 interface to the reCATCHA and the reCATCHA Mailhide API

This package is unmaintained.

Download latest release 1.0.3 (archived versions might be outdated)

License: MIT

Description

Services_ReCaptcha is a PHP5 interface to the two services offered by
recaptcha: reCAPTCHA and reCAPTCHA Mailhide.

reCAPTCHA is a freely available CAPTCHA implementation. It distinguishes
humans from computers.
To use reCAPTCHA, you will need a public/private API key pair, available here:
http://recaptcha.net/api/getkey

reCAPTCHA Mailhide helps you protect your inbox by asking people to solve a
reCAPTCHA before they can view your email address.
The reCAPTCHA can only be solved by humans, so this stops spammers from gaining
access to your email address through automated programs.
reCAPTCHA Mailhide requires the mcrypt php extension and you will also need a
public and a private API key, that can be generated here:
http://mailhide.recaptcha.net/apikey

Documentation

Manual

Maintainers

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#17383ClosedBug1.0.02010-05-09Services_ReCaptcha::validate should not send request if empty chall/resp
#17432Wont fixBug1.0.02010-05-25Support multiple recaptcha elements per form
#17562Wont fixReqSVN2010-07-06iframe width and height is hardcoded and too big
#18433BogusBug1.0.22011-04-12PEAR Installer fails to install HTTP_Request2 stable
#18487ClosedBug1.0.22011-04-28Recapture has changed ssl certificates
#18960ClosedBugSVN2011-11-06Tests failing with new HTTP_Request2?