You are here

Classes, traits, and interfaces in reCAPTCHA 7.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Curl class ReCaptcha\RequestMethod recaptcha-php/src/ReCaptcha/RequestMethod/Curl.php Convenience wrapper around the cURL functions to allow mocking.
CurlPost class ReCaptcha\RequestMethod recaptcha-php/src/ReCaptcha/RequestMethod/CurlPost.php Sends cURL request to the reCAPTCHA service. Note: this requires the cURL extension to be enabled in PHP
CurlPostTest class ReCaptcha\RequestMethod recaptcha-php/tests/ReCaptcha/RequestMethod/CurlPostTest.php
Drupal7Post class ReCaptcha\RequestMethod src/ReCaptcha/RequestMethod/Drupal7Post.php Sends POST requests to the reCAPTCHA service.
Post class ReCaptcha\RequestMethod recaptcha-php/src/ReCaptcha/RequestMethod/Post.php Sends POST requests to the reCAPTCHA service.
PostTest class ReCaptcha\RequestMethod recaptcha-php/tests/ReCaptcha/RequestMethod/PostTest.php
ReCaptcha class ReCaptcha recaptcha-php/src/ReCaptcha/ReCaptcha.php reCAPTCHA client. 7
ReCaptchaBasicTest class ./recaptcha.test @file Tests for reCAPTCHA module.
ReCaptchaTest class ReCaptcha recaptcha-php/tests/ReCaptcha/ReCaptchaTest.php
RequestMethod interface ReCaptcha recaptcha-php/src/ReCaptcha/RequestMethod.php Method used to send the request to the service. 4 4
RequestParameters class ReCaptcha recaptcha-php/src/ReCaptcha/RequestParameters.php Stores and formats the parameters for the request to the reCAPTCHA service. 7
RequestParametersTest class ReCaptcha recaptcha-php/tests/ReCaptcha/RequestParametersTest.php
Response class ReCaptcha recaptcha-php/src/ReCaptcha/Response.php The response returned from the service.
ResponseTest class ReCaptcha recaptcha-php/tests/ReCaptcha/ResponseTest.php
Socket class ReCaptcha\RequestMethod recaptcha-php/src/ReCaptcha/RequestMethod/Socket.php Convenience wrapper around native socket and file functions to allow for mocking.
SocketPost class ReCaptcha\RequestMethod recaptcha-php/src/ReCaptcha/RequestMethod/SocketPost.php Sends a POST request to the reCAPTCHA service, but makes use of fsockopen() instead of get_file_contents(). This is to account for people who may be on servers where allow_url_open is disabled.
SocketPostTest class ReCaptcha\RequestMethod recaptcha-php/tests/ReCaptcha/RequestMethod/SocketPostTest.php

Other projects