hcaptcha
hcaptcha copied to clipboard
Get the score if available
Usage:
$isVerified = HCaptcha::verifyResponse($request->get('h-captcha-response'));
if ($isVerified) {
$score = HCaptcha::getScoreFromLastVerification();
}
@Scyllaly if you're interested in merging this just ping me and I'll submit https://github.com/cmsmaxinc/hcaptcha/commit/f3d9fc3f500b99fdc6a81439708e4976a59be9c8 as a PR instead.
@Scyllaly if you're interested in merging this just ping me and I'll submit cmsmaxinc@f3d9fc3 as a PR instead.
Oh nice, You have a more updated package. Thank you 🙏 You should publish it in packagist
@mreduar sure, I'll add that to my todo list for next week.
@usamamuneerchaudhary Merged, thanks for your PR,