Download the PHP package maatify/hcaptcha without Composer
On this page you can find all versions of the php package maatify/hcaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package hcaptcha
Installation
Usage
examples
getResponse();
Success Example
Array ( [success] => 1 [challenge_ts] => 2024-08-07T10:09:36.000000Z [hostname] => localhost [credit] => )
Error Example
Array ( [success] => [error-codes] => Array ( [0] => missing-input-response [1] => missing-input-secret ) )
isSuccess();
return true || false
jsonErrors();
Error Example
Header 400
Body:
on validation error
- on missing or empty
$_POST['h-captcha-response']
Create From in HTML Code
All versions of hcaptcha with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-curl Version *
maatify/logger Version ^1.1
maatify/functions Version ^1.2
maatify/json Version ^1.1
ext-curl Version *
maatify/logger Version ^1.1
maatify/functions Version ^1.2
maatify/json Version ^1.1
The package maatify/hcaptcha contains the following files
Loading the files please wait ....